How the Region is applied to the InputImage.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogRegionModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogImageAverage Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The region mode is not AffineTransform or PixelAlignedBoundingBox. |
Remarks
How the Region is applied to the InputImage.
If the Region is not specified (is Nothing), then the entire InputImage will be processed.
Default Value: PixelAlignedBoundingBox
See Also