Class CharucoBoard


  • public class CharucoBoard
    extends Board
    • Constructor Detail

      • CharucoBoard

        protected CharucoBoard​(long addr)
    • 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()
      • draw

        public void draw​(Size outSize,
                         Mat img,
                         int marginSize,
                         int borderBits)
      • draw

        public void draw​(Size outSize,
                         Mat img,
                         int marginSize)
      • draw

        public void draw​(Size outSize,
                         Mat img)
      • get_chessboardCorners

        public MatOfPoint3f get_chessboardCorners()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Board
        Throws:
        java.lang.Throwable