ICogCalibCheckerboardWarpParams WarpScaling Property Cognex VisionPro
Specifies an additional scaling factor to be applied during warping. For example, a value of 2 means that the undistorted image will be approximately twice as high and twice as wide as the input image.

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

double WarpScaling { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCalibCheckerboard Changed

In linear mode, fires when the value of this property changes. In warping mode, fires when the value of this property changes and step 3 has not completed.

The following state flag may be affected:

CogCalibCheckerboard Changed

In warping mode, fires when the value of this property changes and step 3 has been completed. If step 5 was completed, the following state flags are affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is <= 0.0.

Remarks

Specifies an additional scaling factor to be applied during warping. For example, a value of 2 means that the undistorted image will be approximately twice as high and twice as wide as the input image.

Default Value: 1.0

See Also