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 GridBoard
GridBoard. __fromPtr__(long addr)
static GridBoard
GridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary)
Create a GridBoard objectstatic GridBoard
GridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary, int firstMarker)
Create a GridBoard object
-