Click or drag to resize

BasePluginCameraCalibrationDataRectificationDataSet Property

The measured positions of the calibration points in the nine tiles bottom left, bottom middle, bottom right, middle left, middle middle, middle right, top left, top middle, top right (in this order). Position middle middle has always the four points (0.1, 0.1), (0.9, 0.1), (0.1, 0.9) and (0.9, 0.9) and the middle point (0.5, 0.5); these cannot be changed in the GUI.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public BasePluginCameraRectificationData[] RectificationDataSet { get; set; }

Property Value

BasePluginCameraRectificationData
See Also