Changeset 4643 for trunk/pois/src/poisReadStamps.c
- Timestamp:
- Jul 28, 2005, 9:48:00 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/poisReadStamps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/poisReadStamps.c
r4571 r4643 43 43 xPixel = (int)(x - 0.5); 44 44 yPixel = (int)(y - 0.5); 45 } while (! poisCheckStamp(image, mask, xPixel, yPixel, config) && result == 2 && lineBack);45 } while (! result == 2 && lineBack && poisCheckStamp(image, mask, xPixel, yPixel, config)); 46 46 if (result == 2 && lineBack) { 47 47 stamp->x = xPixel;
Note:
See TracChangeset
for help on using the changeset viewer.
