Changeset 15303 for trunk/ppStack/src/ppStackMatch.c
- Timestamp:
- Oct 12, 2007, 12:29:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r14840 r15303 36 36 psMaskType maskBlank = pmConfigMask(psMetadataLookupStr(NULL, recipe, "MASK.BLANK"), 37 37 config); // Mask for blank reg. 38 float badFrac = psMetadataLookupF32(NULL, recipe, "BADFRAC"); // Maximum bad fraction 38 39 bool optimum = psMetadataLookupBool(&mdok, recipe, "OPTIMUM"); // Derive optimum parameters? 39 40 float optMin = psMetadataLookupF32(&mdok, recipe, "OPTIMUM.MIN"); // Minimum width for search … … 61 62 stampsName, target, type, size, order, widths, orders, inner, ringsOrder, 62 63 binning, optimum, optWidths, optOrder, optThresh, iter, rej, maskBad, 63 maskBlank )) {64 maskBlank, badFrac)) { 64 65 psError(PS_ERR_UNKNOWN, false, "Unable to match images."); 66 psFree(optWidths); 65 67 return false; 66 68 } 69 psFree(optWidths); 67 70 68 71 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
