CogOCRMaxTool InputImage Property Cognex VisionPro 9.7
Gets or sets the image on which to run OCRMax.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The InputImage value. The default value is nullptr.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfInputImage
  • SfCreateCurrentRecord
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