Create an object recognizer using the specific tranning data and parameters, it will always return the most similar object
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public EigenObjectRecognizer( Image<Gray, byte>[] images, ref MCvTermCriteria termCrit ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ images As Image(Of Gray, Byte)(), _ ByRef termCrit As MCvTermCriteria _ ) |
| Visual C++ |
|---|
public: EigenObjectRecognizer( array<Image<Gray, unsigned char>^>^ images, MCvTermCriteria% termCrit ) |
Parameters
- images
- Type: array<
Emgu.CV..::.Image<(Of <(Gray, Byte>)>)
>[]()[]
The images used for training, each of them should be the same size. It's recommended the images are histogram normalized
- termCrit
- Type:
Emgu.CV.Structure..::.MCvTermCriteria
%
The criteria for recognizer training