Package org.opencv.ximgproc
Class GraphSegmentation
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.GraphSegmentation
-
public class GraphSegmentation extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GraphSegmentation(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphSegmentation
__fromPtr__(long addr)
protected void
finalize()
float
getK()
int
getMinSize()
double
getSigma()
void
processImage(Mat src, Mat dst)
void
setK(float k)
void
setMinSize(int min_size)
void
setSigma(double sigma)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static GraphSegmentation __fromPtr__(long addr)
-
getSigma
public double getSigma()
-
getK
public float getK()
-
getMinSize
public int getMinSize()
-
setK
public void setK(float k)
-
setMinSize
public void setMinSize(int min_size)
-
setSigma
public void setSigma(double sigma)
-
-