Click or drag to resize

OpenCvSharp.XImgProc.Segmentation Namespace

[Missing <summary> documentation for "N:OpenCvSharp.XImgProc.Segmentation"]

Classes
  ClassDescription
Public classGraphSegmentation
Graph Based Segmentation Algorithm. The class implements the algorithm described in @cite PFF2004.
Public classSelectiveSearchSegmentation
Selective search segmentation algorithm. The class implements the algorithm described in @cite uijlings2013selective.
Public classSelectiveSearchSegmentationStrategy
Strategy for the selective search segmentation algorithm. The class implements a generic stragery for the algorithm described in @cite uijlings2013selective.
Public classSelectiveSearchSegmentationStrategyColor
Color-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
Public classSelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
Public classSelectiveSearchSegmentationStrategyMultiple
Regroup multiple strategies for the selective search segmentation algorithm
Public classSelectiveSearchSegmentationStrategySize
Size-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
Public classSelectiveSearchSegmentationStrategyTexture
Texture-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.