IMcSpatialCalibAngularOffset Property
|
|
The angular offset of the calibration space, in degrees counter clockwise.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxProperty AngularOffset As Double
Get
Set
Property Value
Type:
Double
RemarksThe AngularOffset rotates the calibration space counter clockwise by the
property value in degrees. The center of rotation is about the PixelOrignX and
PixelOriginY pixel coordinates. Scaling by PixelSizeX and PixelSizeY is done
after rotation of the pixel coordinates. By default, the angular offset is
zero. A counter clockwise rotation of the coordinate space is also equivalent to
a clockwise rotation of a feature in pixel coordinates.
Since AngularOffset specifies a counterclockwise rotation in pixel coordinates
(inceasing from left to right and from top to bottom), the matching angle of
rotation in the calibrated coordinates will depend on the AspectRatio and the
signs of PixelSizeX and PixelSizeY. For example, if AngularOffset is 45
degrees, PixelSizeX=1 amd PixelSizeY=-1, then the calibrated angular offset is
-45 degrees. Similarly, if AngularOffset is 45 degrees, PixelSizeX=2 amd
PixelSizeY=1, then the calibrated angular offset is 26.56 degrees (arctangent of
1/2).
See Also