http://www.emgu.com
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 2.3.0.1416 (2.3.0.1416)
Set the image for optical charater recognition
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Recognize<TColor>( Image<TColor, byte> image ) where TColor : struct, new(), IColor |
Visual Basic |
---|
Public Sub Recognize(Of TColor As {Structure, New, IColor}) ( _ image As Image(Of TColor, Byte) _ ) |
Visual C++ |
---|
public: generic<typename TColor> where TColor : value class, gcnew(), IColor void Recognize( Image<TColor, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The image where detection took place
Type Parameters
- TColor
- The color type of the image