Package org.opencv.ximgproc
Class ContourFitting
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.ContourFitting
-
public class ContourFitting extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContourFitting(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static ContourFitting __fromPtr__(long addr)
-
getCtrSize
public int getCtrSize()
-
getFDSize
public int getFDSize()
-
estimateTransformation
public void estimateTransformation(Mat src, Mat dst, Mat alphaPhiST, double[] dist, boolean fdContour)
-
estimateTransformation
public void estimateTransformation(Mat src, Mat dst, Mat alphaPhiST, double[] dist)
-
setCtrSize
public void setCtrSize(int n)
-
setFDSize
public void setFDSize(int n)
-
-