Cog3DRangeImagePlaneEstimatorTool Region Property Cognex VisionPro
Gets or sets the optional 2D region that specifies a portion of the input image to be used for plane estimation. The RegionMode property specifies exactly how this region will be applied to the InputImage.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
The default is null.
See Also