ICogCalibCheckerboardWarpParams WarpRotation Property Cognex VisionPro
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
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

double WarpRotation { 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:

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