BasePluginCameraRectificationData Constructor |
Creates the base rectification data points based on the property
RectificationCalibrationCrossRatio. If this value is 0.8 the four
points top left (0.1, 0.1), top right (0.9, 0.1), bottom left
(0.1, 0.9) and bottom right (0.9, 0.9) will be returned.
These are the points where during calibration the crosses are
expected to be. Based on the difference to the real measured points
the rectification is calculated.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic RectificationData()
See Also