IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2008, 1:33:09 PM (18 years ago)
Author:
Paul Price
Message:

Rewinding state of psModules/src/imcombine to the last merge (pap_merge_080122), so that ppStack on the mainline will build (I had branched ppStack but made changes to psModules/src/imcombine on the mainline; this check in is restoring to the state of the mainline while the development proceeds on branch pap_branch_080214)

File:
1 edited

Legend:

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

    r16423 r16479  
    1010/// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
    1111psPixels *pmStackReject(const psPixels *in, ///< List of pixels in the convolved image
    12                         const psRegion *valid, ///< Valid region to consider
    1312                        float threshold, ///< Threshold on convolved image, 0..1
    1413                        const psArray *regions, ///< Array of image regions for image
    15                         const psArray *kernels ///< Array of kernel parameters for each region
     14                        const psArray *solutions, ///< Array of solution vectors for image
     15                        const pmSubtractionKernels *kernels ///< Kernel parameters
    1616    );
    1717
Note: See TracChangeset for help on using the changeset viewer.