The RegionMode specifies how the region should be interpreted. The Region is only applied to the first operator in the Operators collection.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogRegionModeConstantsThe default value is PixelAlignedBoundBox
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the value is not a member of RegionModeConstants |
Remarks
Specifies how the Region property should be interpreted.
- All operators support the PixelAlignedBoundBox mode.
- All operators support the AffineTransform mode, except:
- None of the operators support the PixelAlignedBoundingBoxAdjustMask mode, except:
See Also