Gets or sets the 2D region in the range image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public CogRectangleAffine Region { get; set; }public CogRectangleAffine Region { get; set; }Public Property Region As CogRectangleAffine
Get
Set
Public Property Region As CogRectangleAffine
Get
Set
public:
property CogRectangleAffine^ Region {
CogRectangleAffine^ get ();
void set (CogRectangleAffine^ value);
}public:
property CogRectangleAffine^ Region {
CogRectangleAffine^ get ();
void set (CogRectangleAffine^ value);
}Property Value
Type:
CogRectangleAffine
The default is a default constructed region.
The region is an affine rectangle that lies in the image X-Y plane of
the range image. It is specified in any space within the 2D
coordinate space tree of the range image.
The region must be at least 2 pixel in width and 1 pixel in height.
A run time error is returned if the region does not meet the requrements.