public class Board extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
protected |
Board(long addr) |
Modifier and Type | Method and Description |
---|---|
static Board |
__fromPtr__(long addr) |
static Board |
create(List<Mat> objPoints,
Dictionary dictionary,
Mat ids)
Provide way to create Board by passing necessary data.
|
protected void |
finalize() |
Dictionary |
get_dictionary() |
MatOfInt |
get_ids() |
List<MatOfPoint3f> |
get_objPoints() |
long |
getNativeObjAddr() |
public long getNativeObjAddr()
public static Board __fromPtr__(long addr)
public static Board create(List<Mat> objPoints, Dictionary dictionary, Mat ids)
objPoints
- array of object points of all the marker corners in the boarddictionary
- the dictionary of markers employed for this boardids
- vector of the identifiers of the markers in the boardpublic List<MatOfPoint3f> get_objPoints()
public Dictionary get_dictionary()
public MatOfInt get_ids()
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2