CogOCRMaxPositionResult ProcessedImage Property Cognex VisionPro 9.20
The processed image, which is generated from the input rectified image and used for classification.

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

public CogImage8Grey ProcessedImage { get; }

Property Value

Type: CogImage8Grey
The ProcessedImage value. The default value is null.
Remarks

This image would be null if KeepProcessedImage was false in the classifier run params for the run that generated this result.

See Also