CogOCRMaxClassifierRunParams KeepProcessedImage Property Cognex VisionPro
Whether to keep around the processed image corresponding to the run-time input rectified image. This processed image is usually provided for diagnostic purposes and is usually disabled for production runs.

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

public bool KeepProcessedImage { get; set; }

Property Value

Type: Boolean
The KeepProcessedImage value. The default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfKeepProcessedImage
See Also