TesseractSetImage Method (Pix) |
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(
Pix image
)
Public Sub SetImage (
image As Pix
)
public:
void SetImage(
Pix^ image
)
member SetImage :
image : Pix -> unit
Parameters
- image
- Type: Emgu.CV.OCRPix
The image where detection took place
See Also