IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2009, 3:41:03 PM (17 years ago)
Author:
Paul Price
Message:

Fixing pmSubtractionKernelSolutions to work with current way of carrying solutions around.

File:
1 edited

Legend:

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

    r25120 r25279  
    9393
    9494/// Generate images of the convolution kernel elements
    95 psArray *pmSubtractionKernelSolutions(const psVector *solution, ///< Solution vector
    96                                       const pmSubtractionKernels *kernels, ///< Kernel parameters
    97                                       float x, float y ///< Normalised position [-1,1] for images
     95psArray *pmSubtractionKernelSolutions(const pmSubtractionKernels *kernels, ///< Kernel parameters
     96                                      float x, float y, ///< Normalised position [-1,1] for images
     97                                      bool wantDual ///< Calculate for the dual kernel?
    9898    );
     99
    99100
    100101/// Execute a thread job to convolve a patch of the image
Note: See TracChangeset for help on using the changeset viewer.