| 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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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