public class GridBoard extends Board
Modifier | Constructor and Description |
---|---|
protected |
GridBoard(long addr) |
|
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) |
protected void |
finalize() |
Size |
getGridSize() |
float |
getMarkerLength() |
float |
getMarkerSeparation() |
generateImage, generateImage, generateImage, getDictionary, getIds, getNativeObjAddr, getObjPoints, getRightBottomCorner, matchImagePoints
protected GridBoard(long addr)
public 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.public 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 markersCopyright © 2024. All rights reserved.