Changeset 34085 for trunk/psModules/src/detrend/pmShutterCorrection.c
- Timestamp:
- Jun 26, 2012, 11:31:38 AM (14 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/detrend/pmShutterCorrection.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psModules (added) merged: 34002,34044,34049,34051-34053,34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psModules/src/detrend/pmShutterCorrection.c
r33089 r34085 406 406 407 407 // Check input sizes, generate first-pass statistics 408 psRegion refRegion; // Reference region409 408 psVector *refs = psVectorAlloc(num, PS_TYPE_F32); // Reference measurements 410 409 psVectorInit(refs, 0); … … 441 440 numCols = image->numCols; 442 441 // define the reference region : a box of size 'size' at the center 443 refRegion = psRegionForSquare(0.5 * numCols, 0.5 * numRows, size);442 // XXX unused psRegion refRegion = psRegionForSquare(0.5 * numCols, 0.5 * numRows, size); 444 443 // Set up the sample regions : boxes of size 'size' at the 4 image corners 445 444 for (int j = 0; j < MEASURE_SAMPLES; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
