OpenCV
4.0.0
Open Source Computer Vision
|
Classes | |
class | GraphSegmentation |
Graph Based Segmentation Algorithm. The class implements the algorithm described in [59] . More... | |
class | SelectiveSearchSegmentation |
Selective search segmentation algorithm The class implements the algorithm described in [198]. More... | |
class | SelectiveSearchSegmentationStrategy |
Strategie for the selective search segmentation algorithm The class implements a generic stragery for the algorithm described in [198]. More... | |
class | SelectiveSearchSegmentationStrategyColor |
Color-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in [198]. More... | |
class | SelectiveSearchSegmentationStrategyFill |
Fill-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in [198]. More... | |
class | SelectiveSearchSegmentationStrategyMultiple |
Regroup multiple strategies for the selective search segmentation algorithm. More... | |
class | SelectiveSearchSegmentationStrategySize |
Size-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in [198]. More... | |
class | SelectiveSearchSegmentationStrategyTexture |
Texture-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in [198]. More... | |