IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2013, 12:51:39 PM (13 years ago)
Author:
watersc1
Message:

Change simple match code to allow for some flexibility when the intended target is smaller than an input. This overloads the optThreshold parameter (PPSUB:OPTIMUM.TOL), as we already pass enough parameters to pmSubtractionMatch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r35771 r35867  
    540540    // Bail here if we're doing the simple matching
    541541    if (type == PM_SUBTRACTION_KERNEL_SIMPLE) {
    542       if (!pmSubtractionSimpleMatch(conv1,conv2,ro1,ro2,sources,size,maskVal,maskBad,maskPoor)) {
     542      if (!pmSubtractionSimpleMatch(conv1,conv2,ro1,ro2,sources,size,maskVal,maskBad,maskPoor,optThreshold)) {
    543543        return false;
    544544      }
Note: See TracChangeset for help on using the changeset viewer.