Changeset 21298 for trunk/psLib/src/imageops/psImageCovariance.h
- Timestamp:
- Feb 4, 2009, 2:42:48 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageCovariance.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageCovariance.h
r21280 r21298 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2009-02-0 4 02:55:27$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-02-05 00:42:48 $ 9 9 * Copyright 2009 Institute for Astronomy, University of Hawaii 10 10 */ … … 40 40 ); 41 41 42 /// Average many covariance pseudo-matrices 42 /// Sum multiple covariance pseudo-matrices 43 psKernel *psImageCovarianceSum( 44 const psArray *array ///< Array of covariance pseudo-matrices 45 ); 46 47 /// Average multiple covariance pseudo-matrices 43 48 psKernel *psImageCovarianceAverage( 44 49 const psArray *array ///< Array of covariance pseudo-matrices
Note:
See TracChangeset
for help on using the changeset viewer.
