Table of Contents

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

Base class for high-level OpenCV algorithms

SelectiveSearchSegmentationStrategyColor

Base class for high-level OpenCV algorithms

SelectiveSearchSegmentationStrategyFill

Fill-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.

SelectiveSearchSegmentationStrategyMultiple

Base class for high-level OpenCV algorithms

SelectiveSearchSegmentationStrategySize

Base class for high-level OpenCV algorithms

SelectiveSearchSegmentationStrategyTexture

Texture-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.