Class Aruco.GridBoard
Inheritance
Aruco.GridBoard
Assembly: Assembly-CSharp.dll
Syntax
public class GridBoard : Aruco.Board
Methods
|
Improve this Doc
View Source
Create(Int32, Int32, Single, Single, Aruco.Dictionary, Int32)
Declaration
public static Aruco.GridBoard Create(int markersX, int markersY, float markerLength, float markerSeparation, Aruco.Dictionary dictionary, int firstMarker = 0)
Parameters
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
Draw(Cv.Size, out Cv.Mat, Int32, Int32)
Declaration
public void Draw(Cv.Size outSize, out Cv.Mat img, int marginSize = 0, int borderBits = 1)
Parameters
|
Improve this Doc
View Source
GetGridSize()
Declaration
public Cv.Size GetGridSize()
Returns
|
Improve this Doc
View Source
GetMarkerLength()
Declaration
public float GetMarkerLength()
Returns
|
Improve this Doc
View Source
GetMarkerSeparation()
Declaration
public float GetMarkerSeparation()
Returns