Changeset 3387 for trunk/stac/src/stacRejection.c
- Timestamp:
- Mar 7, 2005, 6:03:09 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRejection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRejection.c
r3375 r3387 110 110 if (region->data.U8[y][x]) { 111 111 112 inCoords->x = (double)x ;113 inCoords->y = (double)y ;112 inCoords->x = (double)x + 0.5; 113 inCoords->y = (double)y + 0.5; 114 114 (void)psPlaneTransformApply(outCoords, map, inCoords); 115 115 float maskVal = (float)psImagePixelInterpolate(reject, outCoords->x, outCoords->y,
Note:
See TracChangeset
for help on using the changeset viewer.
