BasePluginCameraGetRectificationCalibrationTilePositions Method |
Creates a list of 9 points being the positions of the center of the
tiles that are used during the rectification calibration.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic List<dvec2> GetRectificationCalibrationTilePositions()
Return Value
Listdvec2The list of center points in the order
bottom left, bottom middle, bottom right,
middle left, middleMiddle, middle right,
top left, top middle, top right.
See Also