Calculates all of the decomposition coefficients for an input object. (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 EigenDecomposite( IplImage obj, IplImage[] eigInput, IplImage avg, float[] coeffs )
Parameters
- obj
- Type: OpenCvSharpIplImage
Input object. - eigInput
- Type: OpenCvSharpIplImage
Pointer to the array of IplImage input objects. - avg
- Type: OpenCvSharpIplImage
Averaged object. - coeffs
- Type: SystemSingle
Calculated coefficients; an output parameter.
See Also