CogOCVMaxPattern TuneImage Property Cognex VisionPro 9.5
Gets the image used during tuning.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public CogImage8Grey TuneImage { get; set; }

Property Value

Type: CogImage8Grey
The image used during tuning.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also