IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2010, 12:59:42 PM (16 years ago)
Author:
Paul Price
Message:

psImageCovarianceSum now sums a single covariance matrix to produce a single value, rather than summing multiple covariance matrices into a single covariance matrix. This is useful when we're not interested in the pixel-to-pixel variation, but in the noise over areas of the scale of the covariance matrix (or larger).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageCovariance.h

    r26892 r27697  
    5959float psImageCovarianceFactorForAperture(const psKernel *covar, float radius);
    6060
    61 /// Sum multiple covariance pseudo-matrices
    62 psKernel *psImageCovarianceSum(
    63     const psArray *array                ///< Array of covariance pseudo-matrices
     61/// Return the sum of the covariance pseudo-matrix
     62float psImageCovarianceSum(
     63    const psKernel *covariance          ///< Covariance pseudo-matrix
    6464    );
    6565
Note: See TracChangeset for help on using the changeset viewer.