public class ContourFitting extends Algorithm
| Modifier | Constructor and Description | 
|---|---|
| protected  | ContourFitting(long addr) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContourFitting | __fromPtr__(long addr) | 
| void | estimateTransformation(Mat src,
                      Mat dst,
                      Mat alphaPhiST,
                      double[] dist) | 
| void | estimateTransformation(Mat src,
                      Mat dst,
                      Mat alphaPhiST,
                      double[] dist,
                      boolean fdContour) | 
| protected void | finalize() | 
| int | getCtrSize() | 
| int | getFDSize() | 
| void | setCtrSize(int n) | 
| void | setFDSize(int n) | 
clear, empty, getDefaultName, getNativeObjAddr, savepublic static ContourFitting __fromPtr__(long addr)
public int getCtrSize()
public int getFDSize()
public void estimateTransformation(Mat src, Mat dst, Mat alphaPhiST, double[] dist, boolean fdContour)
public void estimateTransformation(Mat src, Mat dst, Mat alphaPhiST, double[] dist)
public void setCtrSize(int n)
public void setFDSize(int n)
Generated on Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5