TesseractRecognize Method |
http://www.emgu.com[Missing <summary> documentation for "M:Emgu.CV.OCR.Tesseract.Recognize(Emgu.CV.IInputArray)"]
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Recognize(
IInputArray image
)
Public Sub Recognize (
image As IInputArray
)
public:
void Recognize(
IInputArray^ image
)
member Recognize :
image : IInputArray -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
The image where detection took place
See Also