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.Implementation.InternalAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleImplements
ICogCalibCheckerboardWarpParams WarpScalingEvents
| Event Type | Reason |
|---|---|
| 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
| Exception | Condition |
|---|---|
| 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