Changeset 20767 for trunk/psLib/test/imageops/tap_psImageMapFit2.c
- Timestamp:
- Nov 16, 2008, 4:38:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tap_psImageMapFit2.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageMapFit2.c
r17515 r20767 83 83 for (int ix = 0; ix < 1000; ix++) { 84 84 for (int iy = 0; iy < 1000; iy++) { 85 model->data.F32[iy][ix] = psImageUnbinPixel _V2(ix + 0.5, iy + 0.5, map->map, map->binning);85 model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning); 86 86 } 87 87 } … … 168 168 for (int ix = 0; ix < 1000; ix++) { 169 169 for (int iy = 0; iy < 1000; iy++) { 170 model->data.F32[iy][ix] = psImageUnbinPixel _V2(ix + 0.5, iy + 0.5, map->map, map->binning);170 model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning); 171 171 } 172 172 } … … 243 243 // to the wrong binned coordinate. 244 244 // XXX fix edge cases 245 model->data.F32[iy][ix] = psImageUnbinPixel _V2(ix + 0.5, iy + 0.5, map->map, map->binning);245 model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning); 246 246 } 247 247 }
Note:
See TracChangeset
for help on using the changeset viewer.
