Click or drag to resize

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.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public List<dvec2> GetRectificationCalibrationTilePositions()

Return Value

Listdvec2
The 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