IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 2:45:41 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionEquation.h

    r29004 r29543  
    6565    );
    6666
     67bool pmSubtractionCalculateNormalization(
     68  pmSubtractionStampList *stamps,
     69  const pmSubtractionMode mode);
     70
     71bool pmSubtractionCalculateNormalizationStamp(
     72    pmSubtractionStamp *stamp,          // stamp on which to save normalization)
     73    const psKernel *input,              // Input image (target)
     74    const psKernel *reference,          // Reference image (convolution source)
     75    int footprint,                      // (Half-)Size of stamp
     76    int normWindow1,                    // Window (half-)size for normalisation measurement
     77    int normWindow2                     // Window (half-)size for normalisation measurement
     78  );
     79
     80bool pmSubtractionCalculateMoments(
     81    pmSubtractionKernels *kernels, // Kernels
     82    pmSubtractionStampList *stamps);
     83
     84bool pmSubtractionCalculateMomentsStamp(
     85    pmSubtractionKernels *kernels, // Kernels
     86    pmSubtractionStamp *stamp,          // stamp on which to save normalization)
     87    int footprint,                      // (Half-)Size of stamp
     88    int normWindow1,                    // Window (half-)size for normalisation measurement
     89    int normWindow2                     // Window (half-)size for normalisation measurement
     90    );
     91
     92bool pmSubtractionCalculateMomentsKernel(double *Mxx, double *Myy, psKernel *image, int footprint, int window);
     93
    6794#endif
Note: See TracChangeset for help on using the changeset viewer.