Cog3DRangeImageHeightCalculatorTool Region Property Cognex VisionPro
The 2D region of the range image which contains the pixels of interest. Only pixels contained within this region will be used to calculate the height.

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 region can be null to use the entire range image. The default is a default CogRectangleAffine
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfRegion
Remarks

A pixel is considered inside the 2D region if the pixel's 2D center falls within the region.
See Also