IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2013, 11:20:15 AM (13 years ago)
Author:
eugene
Message:

add 2d cached convolution to the convolution concepts (clear this out when I am happy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.h

    r36276 r36281  
    1414/// @addtogroup Objects Object Detection / Analysis Functions
    1515/// @{
     16
     17// XXX this is basically for testing -- when I am happy with the convolution process, I'll strip this out
     18# define USE_1D_CACHE 0
     19# define USE_1D_GAUSS 1
    1620
    1721/** pmPCMdata : PSF Convolved Model data storage structure
     
    4044    bool use1Dgauss;
    4145    float kappa;
     46    float sigma;
    4247    float nsigma;
    4348
Note: See TracChangeset for help on using the changeset viewer.