- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psLib
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/psLib merged eligible /branches/pap/psLib merged eligible /trunk/psLib merged eligible /branches/eam_branches/20090522/psLib 24238-24573 /branches/eam_branches/20090715/psLib 24799-25750 /branches/eam_branches/20090820/psLib 25139-25874 /branches/pap_mops/psLib 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/psLib/src/imageops/psImageCovariance.h
r24832 r27838 47 47 ); 48 48 49 /// Sum multiple covariance pseudo-matrices 50 psKernel *psImageCovarianceSum( 51 const psArray *array ///< Array of covariance pseudo-matrices 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 58 /// Return the covariance factor for an aperture of a given radius 59 float psImageCovarianceFactorForAperture(const psKernel *covar, float radius); 60 61 /// Return the sum of the covariance pseudo-matrix 62 float psImageCovarianceSum( 63 const psKernel *covariance ///< Covariance pseudo-matrix 52 64 ); 53 65 … … 78 90 ); 79 91 92 /// Control threading for image covariance functions 93 /// 94 /// Returns old threading status 95 bool psImageCovarianceSetThreads(bool threaded ///< Run image covariance functions threaded? 96 ); 97 98 /// Return whether image covariance functions are threaded 99 bool psImageCovarianceGetThreads(void); 80 100 81 101 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
