Click or drag to resize

BasePluginCameraRectificationCalibrationCrossRatio Property

The position where the crosses in the rectification calibration job will be created in a calibration tile as percentage of the camera's field width. The formula for calculating the offsets compared to the camera field's mid point is Camera.FieldWidthWorld * 0.8 / 2. Example: If the camera's field width is 30 mm the crosses will be at the x positions -12 and 12; i. e. their distance is 80 percent of the camera's field width.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static double RectificationCalibrationCrossRatio { get; }

Property Value

Double
See Also