public class CharucoBoard extends Board
Modifier | Constructor and Description |
---|---|
protected |
CharucoBoard(long addr) |
Modifier and Type | Method and 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() |
create, get_dictionary, get_ids, get_objPoints, getNativeObjAddr
public static CharucoBoard __fromPtr__(long addr)
public static CharucoBoard create(int squaresX, int squaresY, float squareLength, float markerLength, Dictionary dictionary)
public Size getChessboardSize()
public float getMarkerLength()
public float getSquareLength()
public MatOfPoint3f get_chessboardCorners()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0