Uses of Class
org.opencv.aruco.GridBoard
-
Packages that use GridBoard Package Description org.opencv.aruco -
-
Uses of GridBoard in org.opencv.aruco
Methods in org.opencv.aruco that return GridBoard Modifier and Type Method Description static GridBoardGridBoard. __fromPtr__(long addr)static GridBoardGridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary)Create a GridBoard objectstatic GridBoardGridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary, int firstMarker)Create a GridBoard object
-