CogCalibCheckerboardWarpParams WarpRotation Property Cognex VisionPro 9.7
Specifies the rotation, in radians, of the output image. It is the pixel-space angle from the x-axis of the output image to the x-axis of raw calibrated space. This property allows you to rotate the image during warping.

Namespace: Cognex.VisionPro.CalibFix.Implementation.Internal
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public virtual double WarpRotation { get; set; }

Property Value

Type: Double

Implements

ICogCalibCheckerboardWarpParams WarpRotation
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:

Remarks

Specifies the rotation, in radians, of the output image. It is the pixel-space angle from the x-axis of the output image to the x-axis of raw calibrated space. This property allows you to rotate the image during warping.

Note that by default, the tool always rotates the image during warping so that the x-axis of the raw calibrated space is aligned with the x-axis of the warped image.

Default Value: 0.0

See Also