IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2008, 2:07:23 PM (18 years ago)
Author:
Paul Price
Message:

Adding parameter 'stride' to control the size of convolution patches (in pmSubtractionConvolve). Previously we have made this the (full) size of the kernel, but there's no reason why it can't be bigger. Making this value larger means the kernel doesn't have to be generated as often.

File:
1 edited

Legend:

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

    r19345 r20568  
    1313                        float threshold, ///< Threshold on convolved image, 0..1
    1414                        float poorFrac, ///< Fraction for "poor"
     15                        int stride,     ///< Size of convolution patches
    1516                        const psArray *regions, ///< Array of image regions for image
    1617                        const psArray *kernels ///< Array of kernel parameters for each region
Note: See TracChangeset for help on using the changeset viewer.