- Timestamp:
- Jan 17, 2011, 5:00:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppSub/src/ppSubThreshold.c
r26982 r30285 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.
