CogSobelEdgeTool Region Property Cognex VisionPro 9.7
Which portion of the InputImage shall be processed. The ICogSobelEdgeParams::RegionMode property specifies exactly how the ROI will be applied to the InputImage.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Which portion of the InputImage shall be processed. The CogSobelEdge.RegionMode property specifies exactly how the region will be applied to the InputImage.

Default Value: A default constructed CogRectangleAffine

See Also