Changeset 17515 for trunk/psLib/test/imageops
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 years ago)
- Location:
- trunk/psLib/test/imageops
- Files:
-
- 2 edited
-
tap_psImageMap.c (modified) (1 diff)
-
tap_psImageMapFit2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageMap.c
r14926 r17515 197 197 // XXX this function needs to correct for the mean superpixel position 198 198 // which is sampled... 199 psImageMapGenerate (map, x, y, f, 0.1);199 psImageMapGenerate (map, x, y, f, NULL, 0.1); 200 200 psFree (binning); 201 201 -
trunk/psLib/test/imageops/tap_psImageMapFit2.c
r14926 r17515 141 141 // XXX this function needs to correct for the mean superpixel position 142 142 // which is sampled... 143 psImageMapFit (map, x, y, f, NULL);143 psImageMapFit (map, NULL, 0, x, y, f, NULL); 144 144 psFree (binning); 145 145
Note:
See TracChangeset
for help on using the changeset viewer.
