CogSmartLineTool InputImage Property Cognex VisionPro 9.21
The image upon which to perform SmartLine analysis.

Namespace: Cognex.VisionPro.SmartLine
Assembly: Cognex.VisionPro.SmartLine (in Cognex.VisionPro.SmartLine.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public ICogVisionData InputImage { get; set; }

Property Value

Type: ICogVisionData
The default is null.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

  • SfInputImage
Remarks

SmartLineTool can only support CogImage8Grey images.
See Also