public class GridBoard extends Board
Modifier | Constructor and Description |
---|---|
protected |
GridBoard(long addr) |
Modifier and Type | Method and 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() |
create, get_dictionary, get_ids, get_objPoints, getNativeObjAddr
public static GridBoard __fromPtr__(long addr)
public static GridBoard create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary, int firstMarker)
public static GridBoard create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary)
public Size getGridSize()
public float getMarkerLength()
public float getMarkerSeparation()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0