Cog3DRangeImagePlaneEstimator RegionMode Property Cognex VisionPro
Gets or sets the region mode. This controls how the optional run time region is applied to the input image.

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

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
The region mode. May be either PixelAlignedBoundingBox or PixelAlignedBoundingBoxAdjustMask. The Default is PixelAlignedBoundingBoxAndAdjustMask.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfRegionMode
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is not either PixelAlignedBoundingBox or PixelAlignedBoundignBoxAdjustMask.
See Also