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.Objectjava.lang.ThrowableGenerated on Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5