CogBlobTool Region Property Cognex VisionPro
Specifies the region of the InputImage that will be used to perform blob analysis. The ICogBlobParams.RegionMode property specifies exactly how the ROI will be applied to the InputImage.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The blob tool region of interest. The RegionMode determines how the input region is used to control which pixels are analyzed. If no region is supplied, the tool performs blob analysis on the entire InputImage.
See Also