Changeset 30595 for trunk/psLib/src/imageops/psImageCovariance.c
- Timestamp:
- Feb 13, 2011, 10:45:16 AM (15 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psImageCovariance.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops
- Property svn:mergeinfo deleted
-
trunk/psLib/src/imageops/psImageCovariance.c
r28667 r30595 30 30 return covar; 31 31 } 32 33 /** 34 35 * changes from 28666 36 ** add scale to imageCovarianceCalculate (& multiply at return) 37 ** add scale to imageCovarianceCalculateThread 38 39 ** accumulate scale (sum kernel^2) in psImageCovarianceCalculate and pass to imageCovarianceCalculate 40 ** accumulate scale (sum kernel^2) in psImageCovarianceCalculateFactor and pass to imageCovarianceCalculate 41 42 **/ 32 43 33 44 /// Calculation of covariance matrix element when convolving
Note:
See TracChangeset
for help on using the changeset viewer.
