- Timestamp:
- Jan 28, 2010, 4:23:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psLib/src/imageops/psImageCovariance.h
r25994 r26704 47 47 ); 48 48 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. 52 float psImageCovarianceCalculateFactor( 53 const psKernel *kernel, ///< Convolution kernel 54 const psKernel *covariance ///< Current covariance pseudo-matrix 55 ); 56 57 49 58 /// Return the covariance factor for an aperture of a given radius 50 59 float psImageCovarianceFactorForAperture(const psKernel *covar, float radius);
Note:
See TracChangeset
for help on using the changeset viewer.
