IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2009, 6:55:35 PM (17 years ago)
Author:
Paul Price
Message:

Working on more robust way of determining the image to convolve. Intend to attempt to measure the convolution kernel each way, and take the one that does the best job. This code is currently #if-ed out.

File:
1 edited

Legend:

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

    r20049 r25101  
    203203    );
    204204
     205/// Copy kernels
     206///
     207/// A deep copy is performed on the solution only; the other components are merely pointers.
     208pmSubtractionKernels *pmSubtractionKernelsCopy(
     209    const pmSubtractionKernels *in      // Kernels to copy
     210    );
     211
    205212
    206213#endif
Note: See TracChangeset for help on using the changeset viewer.