IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2011, 11:53:03 AM (16 years ago)
Author:
eugene
Message:

moved subtractionGetStamps to pmSubtractionStamps and renamed as pmSubtractionStampsSelect; added return value to pmSubtractionStampsGetWindow to specify a size retry; if desired normalization window is too large, retry with a larger stamp size; move around structures to prevent annoying build collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionEquation.h

    r30289 r30322  
    55#include "pmSubtractionKernels.h"
    66#include "pmSubtraction.h"
    7 
    8 // typedef enum {
    9 //     PM_SUBTRACTION_EQUATION_NONE    = 0x00,
    10 //     PM_SUBTRACTION_EQUATION_NORM    = 0x01,
    11 //     PM_SUBTRACTION_EQUATION_BG      = 0x02,
    12 //     PM_SUBTRACTION_EQUATION_KERNELS = 0x04,
    13 //     PM_SUBTRACTION_EQUATION_ALL     = 0x07, // value should be NORM | BG | KERNELS
    14 // } pmSubtractionEquationCalculationMode;
    157
    168/// Execute a thread job to calculate the least-squares equation for a stamp
Note: See TracChangeset for help on using the changeset viewer.