IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2010, 4:23:00 AM (16 years ago)
Author:
Paul Price
Message:

Add function for quicker calculation of covariance factor --- only need to calculate the central pixel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psLib/src/imageops/psImageCovariance.h

    r25994 r26704  
    4747    );
    4848
     49/// Return the pixel-to-pixel covariance factor following calculation
     50///
     51/// This doesn't require calculation of the entire covariance matrix, so is much faster.
     52float psImageCovarianceCalculateFactor(
     53    const psKernel *kernel,             ///< Convolution kernel
     54    const psKernel *covariance          ///< Current covariance pseudo-matrix
     55    );
     56
     57
    4958/// Return the covariance factor for an aperture of a given radius
    5059float psImageCovarianceFactorForAperture(const psKernel *covar, float radius);
Note: See TracChangeset for help on using the changeset viewer.