CogAffineTransform SamplingMode Property Cognex VisionPro 9.24
Specifies the sampling mode used when performing the affine transform operation.

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

public CogAffineTransformSamplingModeConstants SamplingMode { get; set; }

Property Value

Type: CogAffineTransformSamplingModeConstants
BilinearAccurate
Events

Event TypeReason
CogAffineTransform Changed

Fires when the sampling mode changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogAffineTransformSamplingModeConstants.

Remarks

Specifies the sampling mode used when performing the affine transform operation.

Default Value: BilinearAccurate

See Also