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, getNativeObjAddrpublic 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 Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5