Overload List
Name | Description | |
---|---|---|
CalcEigenObjects(IplImage, IplImage, Int32, CvTermCriteria, IplImage, Single) |
Calculates the orthonormal eigen basis and the averaged object for group a of input objects. (ioFlags = CV_EIGOBJ_NO_CALLBACK)
| |
CalcEigenObjects(Int32, CvCallback, IplImage, Int32, IntPtr, CvTermCriteria, IplImage, Single) |
Calculates the orthonormal eigen basis and the averaged object for group a of input objects. (ioFlags = CV_EIGOBJ_INPUT_CALLBACK)
| |
CalcEigenObjects(Int32, IplImage, CvCallback, Int32, IntPtr, CvTermCriteria, IplImage, Single) |
Calculates the orthonormal eigen basis and the averaged object for group a of input objects. (ioFlags = CV_EIGOBJ_OUTPUT_CALLBACK)
| |
CalcEigenObjects(Int32, CvCallback, CvCallback, EigenObjectsIOFlag, Int32, IntPtr, CvTermCriteria, IplImage, Single) |
Calculates the orthonormal eigen basis and the averaged object for group a of input objects.
|
See Also