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 classSelectiveSearchSegmentationStrategyColorColor-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.classSelectiveSearchSegmentationStrategyFillFill-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.classSelectiveSearchSegmentationStrategyMultipleRegroup multiple strategies for the selective search segmentation algorithmclassSelectiveSearchSegmentationStrategySizeSize-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.classSelectiveSearchSegmentationStrategyTextureTexture-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 SelectiveSearchSegmentationStrategySelectiveSearchSegmentationStrategy. __fromPtr__(long addr)
-