CogPolarUnwrap SamplingMode Property Cognex VisionPro 9.7
Specifies the sampling mode used when performing the unwrap operation.

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

public CogPolarUnwrapSamplingModeConstants SamplingMode { get; set; }

Property Value

Type: CogPolarUnwrapSamplingModeConstants
Events

Event TypeReason
CogPolarUnwrap Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The sampling mode is not in CogPolarUnwrapSamplingModeConstants.

Remarks

Specifies the sampling mode used when performing the unwrap operation.

Default Value: BilinearInterpolation

See Also