Changeset 31203 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Apr 6, 2011, 1:15:47 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r30622 r31203 125 125 PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(threshold, 0.0, NULL); 126 126 PS_ASSERT_FLOAT_LESS_THAN_OR_EQUAL(threshold, 1.0, NULL); 127 128 if (!subRegions || !subKernels) { 129 psPixels *out = psPixelsCopy(NULL,in); 130 return out; 131 } 132 127 133 PS_ASSERT_ARRAY_NON_NULL(subRegions, NULL); 128 134 PS_ASSERT_ARRAY_NON_NULL(subKernels, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
