Class GridBoard


  • public class GridBoard
    extends Board
    • Constructor Detail

      • GridBoard

        protected GridBoard​(long addr)
    • Method Detail

      • __fromPtr__

        public static GridBoard __fromPtr__​(long addr)
      • create

        public static GridBoard create​(int markersX,
                                       int markersY,
                                       float markerLength,
                                       float markerSeparation,
                                       Dictionary dictionary,
                                       int firstMarker)
      • create

        public static GridBoard create​(int markersX,
                                       int markersY,
                                       float markerLength,
                                       float markerSeparation,
                                       Dictionary dictionary)
      • getGridSize

        public Size getGridSize()
      • getMarkerLength

        public float getMarkerLength()
      • getMarkerSeparation

        public float getMarkerSeparation()
      • 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)
      • finalize

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