SegmentTool InputImage Property Cognex VisionPro 9.22
Get

The image used to perform segmentation. The Region property can be used to specify that segmentation only be performed on a portion of the InputImage. Segmentation is performed on the entire InputImage if Region is null.

Set

Set InputImage.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.22.2.0
Syntax

public IImage InputImage { get; set; }

Property Value

Type: IImage
Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also