CogPolarUnwrap ScalingX Property Cognex VisionPro
Specifies the scaling factor for the X direction of the output image which corresponds to the angular span direction.

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

public double ScalingX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPolarUnwrap Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is <= 0.

Remarks

Specifies the scaling factor for the X direction of the output image which corresponds to the angular span direction.

The default scaling factor minimizes the distortion present in the output image.

Default Value: 1.0

See Also