Changeset 20568 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Nov 6, 2008, 2:07:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r20505 r20568 126 126 127 127 psPixels *pmStackReject(const psPixels *in, int numCols, int numRows, float threshold, float poorFrac, 128 const psArray *subRegions, const psArray *subKernels)128 int stride, const psArray *subRegions, const psArray *subKernels) 129 129 { 130 130 PS_ASSERT_PIXELS_NON_NULL(in, NULL); … … 168 168 psRegion *region = subRegions->data[i]; // Region of interest 169 169 pmSubtractionKernels *kernels = subKernels->data[i]; // Kernel of interest 170 if (!pmSubtractionConvolve(convRO, NULL, inRO, NULL, NULL, 0, 0, 1.0, NAN,170 if (!pmSubtractionConvolve(convRO, NULL, inRO, NULL, NULL, stride, 0, 0, 1.0, NAN, 171 171 region, kernels, false, true)) { 172 172 psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i);
Note:
See TracChangeset
for help on using the changeset viewer.
