Package org.opencv.aruco
Class GridBoard
- java.lang.Object
-
- org.opencv.aruco.Board
-
- org.opencv.aruco.GridBoard
-
public class GridBoard extends Board
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GridBoard(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GridBoard
__fromPtr__(long addr)
static GridBoard
create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary)
static GridBoard
create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary, int firstMarker)
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()
Size
getGridSize()
float
getMarkerLength()
float
getMarkerSeparation()
-
Methods inherited from class org.opencv.aruco.Board
create, get_dictionary, get_ids, get_objPoints, getNativeObjAddr
-
-
-
-
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()
-
-