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/pmSubtractionMatch.h

    r20505 r20568  
    1616                        // Stamp parameters
    1717                        int footprint,  ///< Stamp half-size
     18                        int stride,     ///< Size for convolution patches
    1819                        float regionSize, ///< Typical size of iso-kernel regions
    1920                        float stampSpacing, ///< Typical spacing between stamps
Note: See TracChangeset for help on using the changeset viewer.