http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Try to recognize the image and return its label
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public EigenObjectRecognizer..::..RecognitionResult Recognize( Image<Gray, byte> image ) |
Visual Basic |
---|
Public Function Recognize ( _ image As Image(Of Gray, Byte) _ ) As EigenObjectRecognizer..::..RecognitionResult |
Visual C++ |
---|
public: EigenObjectRecognizer..::..RecognitionResult^ Recognize( Image<Gray, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The image to be recognized