- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ppStack
- Property svn:mergeinfo changed
/trunk/ppStack merged: 23357,23360,23362,23364,23367-23368,23371-23373,23379,23462,23573,23575-23577
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src/ppStackReject.c
r23352 r23594 14 14 psAssert(options, "Require options"); 15 15 psAssert(config, "Require configuration"); 16 17 if (!options->convolve) { 18 // No need to do complicated rejection when we haven't convolved 19 return true; 20 } 16 21 17 22 int num = options->num; // Number of inputs … … 86 91 87 92 psPixels *reject = pmStackReject(options->inspect->data[i], options->numCols, options->numRows, 88 threshold, poorFrac, stride, options-> subRegions->data[i],89 options-> subKernels->data[i]); // Rejected pixels93 threshold, poorFrac, stride, options->regions->data[i], 94 options->kernels->data[i]); // Rejected pixels 90 95 91 96 #ifdef TESTING … … 141 146 142 147 psFree(options->inspect); options->inspect = NULL; 143 psFree(options-> subKernels); options->subKernels = NULL;144 psFree(options-> subRegions); options->subRegions = NULL;148 psFree(options->kernels); options->kernels = NULL; 149 psFree(options->regions); options->regions = NULL; 145 150 146 151 if (numRejected >= num - 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
