[This is preliminary documentation and is subject to change.]
Calculates all decomposition coefficients for the input object using the previously calculated eigen objects basis and the averaged object
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- obj
- IntPtr
Input object (Pointer to IplImage)
- eigInput
- array<
IntPtr
>[]()[]
Pointer to the array of IplImage input objects
- avg
- IntPtr
Averaged object (Pointer to IplImage)
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvEigenDecomposite(System.IntPtr,System.IntPtr[],System.IntPtr)"]