|
Ocean
|
Namespace of the CV Segmentation library. More...
Data Structures | |
| class | BinPacking |
| This class implements bin packing algorithms. More... | |
| class | Clustering |
| This class implements simple clustering functions for image information. More... | |
| class | ContourAnalyzer |
| This class implements functions analyzing contours. More... | |
| class | ContourFinder |
| This class implements functions finding contours. More... | |
| class | ContourMapping |
| This class determines mappings between pixels lying on a contour. More... | |
| class | ContourTracker |
| This class implements a contour tracker able to detect an object and to track the object's contour within a video sequence with realtime performance. More... | |
| class | FrameFilterBlur |
| This class implements functions allowing to blur image content. More... | |
| class | MaskAnalyzer |
| This class implements functions analyzing masks, determining specific pixels in relation to masks and allowing to convert pixels to contours. More... | |
| class | MaskCreator |
| This class implements functions allowing to create or to modify masks. More... | |
| class | PixelContourT |
| This class implements a contour with pixel accuracy. More... | |
| class | SeedSegmentation |
| This class implements basic seed-based segmentation functions. More... | |
| class | Triangulation |
| This class implements functions allowing for triangulation. More... | |
Typedefs | |
| using | PixelContour = PixelContourT< unsigned int > |
| Definition of the default PixelContour object with a data type allowing only positive coordinate values. | |
| using | PixelContourI = PixelContourT< int > |
| Definition of a PixelContour object with a data type allowing positive and negative coordinate values. | |
| using | PixelContours = std::vector< PixelContour > |
| Definition of a vector holding pixel contours (with positive coordinate values). | |
| using | PixelContoursI = std::vector< PixelContourI > |
| Definition of a vector holding pixel contours (with positive and negative coordinate values). | |
Namespace of the CV Segmentation library.
The Namespace Ocean::CV::Segmentation is used in the entire Ocean CV Segmentation Library.