CogClassifyTool InputImage Property Cognex VisionPro 9.23
The image upon which to perform classification analysis. If a region is desired, use the Region property of the VisionInteropTool.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 91.0.0.0
Syntax

public ICogVisionData InputImage { get; set; }

Property Value

Type: ICogVisionData
The default is null.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

May be either CogImage8Grey or CogImage24PlanarColor.
See Also