Changeset 20568 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Nov 6, 2008, 2:07:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r20494 r20568 772 772 } 773 773 774 int stride = psMetadataLookupS32(NULL, ppsub, "STRIDE"); // Size of convolution patches 775 774 776 // Reject bad pixels 775 777 for (int i = 0; i < num; i++) { … … 791 793 #endif 792 794 793 psPixels *reject = pmStackReject(inspect->data[i], numCols, numRows, threshold, poorFrac, 795 psPixels *reject = pmStackReject(inspect->data[i], numCols, numRows, threshold, poorFrac, stride, 794 796 subRegions->data[i], subKernels->data[i]); // Rejected pixels 795 797
Note:
See TracChangeset
for help on using the changeset viewer.
