Package org.opencv.aruco
Class CharucoBoard
- java.lang.Object
-
- org.opencv.aruco.Board
-
- org.opencv.aruco.CharucoBoard
-
public class CharucoBoard extends Board
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CharucoBoard(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CharucoBoard
__fromPtr__(long addr)
static CharucoBoard
create(int squaresX, int squaresY, float squareLength, float markerLength, Dictionary dictionary)
void
draw(Size outSize, Mat img)
void
draw(Size outSize, Mat img, int marginSize)
void
draw(Size outSize, Mat img, int marginSize, int borderBits)
protected void
finalize()
MatOfPoint3f
get_chessboardCorners()
Size
getChessboardSize()
float
getMarkerLength()
float
getSquareLength()
-
Methods inherited from class org.opencv.aruco.Board
create, get_dictionary, get_ids, get_objPoints, getNativeObjAddr
-
-
-
-
Method Detail
-
__fromPtr__
public static CharucoBoard __fromPtr__(long addr)
-
create
public static CharucoBoard create(int squaresX, int squaresY, float squareLength, float markerLength, Dictionary dictionary)
-
getChessboardSize
public Size getChessboardSize()
-
getMarkerLength
public float getMarkerLength()
-
getSquareLength
public float getSquareLength()
-
get_chessboardCorners
public MatOfPoint3f get_chessboardCorners()
-
-