CogImageAverage RegionMode Property Cognex VisionPro 9.21
How the Region is applied to the InputImage.

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

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
Events

Exceptions

ExceptionCondition
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