Changeset 6891 for trunk/pois/src/poisCalculateDeviations.c
- Timestamp:
- Apr 18, 2006, 12:42:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/poisCalculateDeviations.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/poisCalculateDeviations.c
r6772 r6891 33 33 if (!deviations) { 34 34 deviations = psVectorAlloc(stamps->n, PS_TYPE_F32); 35 deviations->n = stamps->n; 35 36 } 36 37 … … 64 65 psRegion stampTrim = { config->xKernel, config->xKernel + 2 * footprint, config->yKernel, 65 66 config->yKernel + 2 * footprint }; 67 #if 0 66 68 psRegion maskTrim = { x - xSize + config->xKernel, x + xSize - config->xKernel, 67 69 y - ySize + config->yKernel, y + ySize - config->yKernel }; 68 70 psImage *maskStampTrim = psImageSubset(maskStamp, maskTrim); 71 #else 72 psImage *maskStampTrim = psImageSubset(maskStamp, stampTrim); 73 #endif 69 74 psImage *subStampTrim = psImageSubset(subStamp, stampTrim); 70 psImage *maskStampTrim = psImageSubset(maskStamp, maskTrim);71 75 (void)psImageStats(stats, subStampTrim, maskStampTrim, POIS_MASK_BAD | POIS_MASK_NEAR_BAD); 72 76
Note:
See TracChangeset
for help on using the changeset viewer.
