CogOCRMaxClassifierPositionResult ProcessedImage Property Cognex VisionPro 9.22 SR1
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: 87.1.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 for the run that generated this result.

See Also