public class Board
extends java.lang.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(java.util.List<Mat> objPoints,
Dictionary dictionary,
Mat ids) |
protected void |
finalize() |
Dictionary |
get_dictionary() |
MatOfInt |
get_ids() |
java.util.List<MatOfPoint3f> |
get_objPoints() |
long |
getNativeObjAddr() |
public long getNativeObjAddr()
public static Board __fromPtr__(long addr)
public static Board create(java.util.List<Mat> objPoints, Dictionary dictionary, Mat ids)
public java.util.List<MatOfPoint3f> get_objPoints()
public Dictionary get_dictionary()
public MatOfInt get_ids()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0