IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2009, 5:31:32 PM (17 years ago)
Author:
Paul Price
Message:

Adding function to provide weighted average of covariance matrices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageCovariance.h

    r23882 r24832  
    5757    );
    5858
     59/// Weighted average of multiple covariance pseudo-matrices
     60psKernel *psImageCovarianceAverageWeighted(
     61    const psArray *array,               ///< Array of covariance pseudo-matrices
     62    const psVector *weights             ///< Weights for each (F32)
     63    );
     64
    5965/// Truncate covariance pseudo-matrix
    6066///
Note: See TracChangeset for help on using the changeset viewer.