CogAffineTransform ClipMode Property Cognex VisionPro 9.23
Specifies what to do if any portion of the affine region lies outside the input image.

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

public CogAffineTransformClipModeConstants ClipMode { get; set; }

Property Value

Type: CogAffineTransformClipModeConstants
Events

Event TypeReason
CogAffineTransform Changed

Fires when the clip mode changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogAffineTransformClipModeConstants.

Remarks

Specifies what to do if any portion of the affine region lies outside the input image.

Default Value: Zeroes

See Also