Calculates all of the decomposition coefficients for an input object.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void EigenDecomposite( IplImage obj, int eigenvecCount, CvCallback eigInput, EigenObjectsIOFlag ioFlags, IntPtr userData, IplImage avg, float[] coeffs )
Parameters
- obj
- Type: OpenCvSharpIplImage
Input object. - eigenvecCount
- Type: SystemInt32
Number of eigen objects. - eigInput
- Type: OpenCvSharpCvCallback
ointer to the read callback function. - ioFlags
- Type: OpenCvSharpEigenObjectsIOFlag
Input/output flags. - userData
- Type: SystemIntPtr
Pointer to the structure that contains all of the necessary data for the callback functions. - avg
- Type: OpenCvSharpIplImage
Averaged object. - coeffs
- Type: SystemSingle
Calculated coefficients; an output parameter.
See Also