Changeset 30619 for trunk/ppSub/src/ppSubThreshold.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubThreshold.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubThreshold.c
r26982 r30619 98 98 if (!in) { 99 99 psError(PPSUB_ERR_UNKNOWN, false, "Unable to find readout."); 100 psFree(view); 100 101 return false; 101 102 } … … 104 105 if (!ref) { 105 106 psError(PPSUB_ERR_UNKNOWN, false, "Unable to find readout."); 107 psFree(view); 106 108 return false; 107 109 } … … 115 117 if (!lowThreshold(in, thresh, maskVal, maskThresh, region, "input convolved image")) { 116 118 psError(psErrorCodeLast(), false, "Unable to threshold input image."); 119 psFree(view); 117 120 return false; 118 121 } 119 122 if (!lowThreshold(ref, thresh, maskVal, maskThresh, region, "reference convolved image")) { 120 123 psError(psErrorCodeLast(), false, "Unable to threshold input image."); 124 psFree(view); 121 125 return false; 122 126 }
Note:
See TracChangeset
for help on using the changeset viewer.
