Package org.opencv.ximgproc
Class SuperpixelSLIC
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.SuperpixelSLIC
-
public class SuperpixelSLIC extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SuperpixelSLIC(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuperpixelSLIC
__fromPtr__(long addr)
void
enforceLabelConnectivity()
void
enforceLabelConnectivity(int min_element_size)
protected void
finalize()
void
getLabelContourMask(Mat image)
void
getLabelContourMask(Mat image, boolean thick_line)
void
getLabels(Mat labels_out)
int
getNumberOfSuperpixels()
void
iterate()
void
iterate(int num_iterations)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static SuperpixelSLIC __fromPtr__(long addr)
-
getNumberOfSuperpixels
public int getNumberOfSuperpixels()
-
enforceLabelConnectivity
public void enforceLabelConnectivity(int min_element_size)
-
enforceLabelConnectivity
public void enforceLabelConnectivity()
-
getLabelContourMask
public void getLabelContourMask(Mat image, boolean thick_line)
-
getLabelContourMask
public void getLabelContourMask(Mat image)
-
getLabels
public void getLabels(Mat labels_out)
-
iterate
public void iterate(int num_iterations)
-
iterate
public void iterate()
-
-