Uses of Class
org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
-
Packages that use SelectiveSearchSegmentationStrategy Package Description org.opencv.ximgproc -
-
Uses of SelectiveSearchSegmentationStrategy in org.opencv.ximgproc
Subclasses of SelectiveSearchSegmentationStrategy in org.opencv.ximgproc Modifier and Type Class Description class
SelectiveSearchSegmentationStrategyColor
Color-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.class
SelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.class
SelectiveSearchSegmentationStrategyMultiple
Regroup multiple strategies for the selective search segmentation algorithmclass
SelectiveSearchSegmentationStrategySize
Size-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.class
SelectiveSearchSegmentationStrategyTexture
Texture-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.Methods in org.opencv.ximgproc that return SelectiveSearchSegmentationStrategy Modifier and Type Method Description static SelectiveSearchSegmentationStrategy
SelectiveSearchSegmentationStrategy. __fromPtr__(long addr)
-