public class GridBoard extends Board
| Constructor and Description |
|---|
GridBoard(Size size,
float markerLength,
float markerSeparation,
Dictionary dictionary)
GridBoard constructor
|
GridBoard(Size size,
float markerLength,
float markerSeparation,
Dictionary dictionary,
Mat ids)
GridBoard constructor
|
| Modifier and Type | Method and Description |
|---|---|
static GridBoard |
__fromPtr__(long addr) |
Size |
getGridSize() |
float |
getMarkerLength() |
float |
getMarkerSeparation() |
generateImage, generateImage, generateImage, getDictionary, getIds, getNativeObjAddr, getObjPoints, getRightBottomCorner, matchImagePointspublic GridBoard(Size size, float markerLength, float markerSeparation, Dictionary dictionary)
size - number of markers in x and y directionsmarkerLength - marker side length (normally in meters)markerSeparation - separation between two markers (same unit as markerLength)dictionary - dictionary of markers indicating the type of markerspublic GridBoard(Size size, float markerLength, float markerSeparation, Dictionary dictionary, Mat ids)
size - number of markers in x and y directionsmarkerLength - marker side length (normally in meters)markerSeparation - separation between two markers (same unit as markerLength)dictionary - dictionary of markers indicating the type of markersids - set of marker ids in dictionary to use on board.Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0