[This is preliminary documentation and is subject to change.]
Caculate the eigen images for the specific traning image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub CalcEigenObjects ( _ trainingImages As Image(Of Gray, Byte)(), _ ByRef termCrit As MCvTermCriteria, _ <OutAttribute> ByRef eigenImages As Image(Of Gray, Single)(), _ <OutAttribute> ByRef avg As Image(Of Gray, Single) _ )
public: static void CalcEigenObjects( array<Image<Gray, unsigned char>^>^ trainingImages, MCvTermCriteria% termCrit, [OutAttribute] array<Image<Gray, float>^>^% eigenImages, [OutAttribute] Image<Gray, float>^% avg )