Package org.opencv.ximgproc
Class SelectiveSearchSegmentationStrategySize
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategySize
-
public class SelectiveSearchSegmentationStrategySize extends SelectiveSearchSegmentationStrategy
Size-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SelectiveSearchSegmentationStrategySize(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectiveSearchSegmentationStrategySize
__fromPtr__(long addr)
protected void
finalize()
-
Methods inherited from class org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
get, merge, setImage, setImage
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static SelectiveSearchSegmentationStrategySize __fromPtr__(long addr)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classSelectiveSearchSegmentationStrategy
- Throws:
java.lang.Throwable
-
-