Calculates the orthonormal eigen basis and the averaged object for group a 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 CalcEigenObjects( IplImage[] input, IplImage[] output, int ioBufSize, CvTermCriteria calcLimit, IplImage avg, float[] eigVals )
Parameters
- input
- Type: OpenCvSharpIplImage
Pointer to the array of IplImage input objects. - output
- Type: OpenCvSharpIplImage
Pointer to the array of eigen objects. - ioBufSize
- Type: SystemInt32
Input/output buffer size in bytes. The size is zero if unknown. - calcLimit
- Type: OpenCvSharpCvTermCriteria
Criteria that determine when to stop the calculation of eigen objects. - avg
- Type: OpenCvSharpIplImage
Averaged object. - eigVals
- Type: SystemSingle
Pointer to the eigenvalues array in the descending order; may be null.
See Also