Gets or sets the image on which to run OCRMax.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax
Property Value
Type: ICogImageThe InputImage value. The default value is nullptr.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
Only 8-bit greyscale, 16-bit greyscale, and 16-bit range images are supported.
For range images, the OCRMax tool automatically replaces missing range image pixels using a neighborhood interpolation filter of the image within the region prior to running OCR on the range image's 16 bit grey pixel data.
See Also