Class Aruco.CharucoBoard
Inheritance
Aruco.CharucoBoard
Assembly: Assembly-CSharp.dll
Syntax
public class CharucoBoard : Aruco.Board
Properties
|
Improve this Doc
View Source
ChessboardCorners
Declaration
public Std.VectorPoint3f ChessboardCorners { get; set; }
Property Value
|
Improve this Doc
View Source
MarkerCorners
Declaration
public Std.VectorVectorInt MarkerCorners { get; set; }
Property Value
|
Improve this Doc
View Source
MarkerIdx
Declaration
public Std.VectorVectorInt MarkerIdx { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Create(Int32, Int32, Single, Single, Aruco.Dictionary)
Declaration
public static Aruco.CharucoBoard Create(int squaresX, int squaresY, float squareLength, float markerLength, Aruco.Dictionary dictionary)
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
GetChessboardSize()
Declaration
public Cv.Size GetChessboardSize()
Returns
|
Improve this Doc
View Source
GetMarkerLength()
Declaration
public float GetMarkerLength()
Returns
|
Improve this Doc
View Source
GetSquareLength()
Declaration
public float GetSquareLength()
Returns