Calculates the object projection into the eigen sub-space. (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 EigenProjection( IplImage[] inputVecs, int eigenvecCount, float[] coeffs, IplImage avg, IplImage proj )
Parameters
- inputVecs
- Type: OpenCvSharpIplImage
Pointer to an array of IplImage input objects. - eigenvecCount
- Type: SystemInt32
Number of eigenvectors. - coeffs
- Type: SystemSingle
Previously calculated decomposition coefficients. - avg
- Type: OpenCvSharpIplImage
Average vector - proj
- Type: OpenCvSharpIplImage
Projection to the eigen sub-space.
See Also