Namespace OpenCvSharp.XImgProc.Segmentation
Classes
GraphSegmentation
Graph Based Segmentation Algorithm. The class implements the algorithm described in @cite PFF2004.
SelectiveSearchSegmentation
Selective search segmentation algorithm. The class implements the algorithm described in @cite uijlings2013selective.
SelectiveSearchSegmentationStrategy
Strategy for the selective search segmentation algorithm. The class implements a generic stragery for the algorithm described in @cite uijlings2013selective.
SelectiveSearchSegmentationStrategyColor
Color-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
SelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
SelectiveSearchSegmentationStrategyMultiple
Regroup multiple strategies for the selective search segmentation algorithm
SelectiveSearchSegmentationStrategySize
Size-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
SelectiveSearchSegmentationStrategyTexture
Texture-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.