IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 9:50:56 AM (18 years ago)
Author:
Paul Price
Message:

Previous merge didn't have the expected result, probably because of the revert-and-branch I did earlier. I think this is the expected result.

File:
1 edited

Legend:

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

    r16479 r16607  
    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
    1213                        float threshold, ///< Threshold on convolved image, 0..1
    1314                        const psArray *regions, ///< Array of image regions for image
    14                         const psArray *solutions, ///< Array of solution vectors for image
    15                         const pmSubtractionKernels *kernels ///< Kernel parameters
     15                        const psArray *kernels ///< Array of kernel parameters for each region
    1616    );
    1717
Note: See TracChangeset for help on using the changeset viewer.