CogOCVMaxTool InputImage Property Cognex VisionPro 9.8
The image used to perform OCVMax analysis. The Region property can be used to specify that this analysis will be performed only on a portion of the InputImage. OCVMax analysis is performed on the entire InputImage if Region is Nothing.

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

public CogImage8Grey InputImage { get; set; }

Property Value

Type: CogImage8Grey
The image on which to perform the OCVMax analysis.
Events

See Also