Try to recognize the image and return its label

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Recognize(
	Image<Gray, byte> image
)
Public Function Recognize ( _
	image As Image(Of Gray, Byte) _
) As String
public:
String^ Recognize(
	Image<Gray, unsigned char>^ image
)

Parameters

image
Image<(Of <(Gray, Byte>)>)
The image to be recognized

Return Value

String.Empty, if not recognized; Label of the corresponding image, otherwise

See Also