Calculates the covariance matrix for a group of input objects. (ioFlags = CV_EIGOBJ_NO_CALLBACK)
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void CalcCovarMatrixEx( IplImage[] input, IplImage avg, float[] covarMatrix )
Parameters
- input
- Type: OpenCvSharpIplImage
Array of IplImage input objects. - avg
- Type: OpenCvSharpIplImage
Averaged object. - covarMatrix
- Type: SystemSingle
Covariance matrix. An output parameter; must be allocated before the call.
See Also