TesseractSetImage Method (IInputArray) |
http://www.emgu.com
Set the image for optical character recognition
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SetImage(
IInputArray image
)
Public Sub SetImage (
image As IInputArray
)
public:
void SetImage(
IInputArray^ image
)
member SetImage :
image : IInputArray -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
The image where detection took place
See Also