CogIDTool Region Property Cognex VisionPro
Gets or sets the optional region that specifies a portion of the input image to be used for locating the symbol.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
The default is null.
Remarks

The region operates in one mode only "pixel aligned bounding box". The pixel aligned bounding box region encloses the defined region within a recatngle. This means that the portions of the image that are outside the defined region but within the bounding rectangle are included.
See Also