|
Ocean
|
The Ocean CV Segmentation Library provides all computer vision segmentation, contour and masking functionalities. More...
Data Structures | |
| class | Ocean::CV::Segmentation::BinPacking |
| This class implements bin packing algorithms. More... | |
| class | Ocean::CV::Segmentation::Clustering< tChannels > |
| This class implements simple clustering functions for image information. More... | |
| class | Ocean::CV::Segmentation::ContourAnalyzer |
| This class implements functions analyzing contours. More... | |
| class | Ocean::CV::Segmentation::ContourFinder |
| This class implements functions finding contours. More... | |
| class | Ocean::CV::Segmentation::ContourMapping |
| This class determines mappings between pixels lying on a contour. More... | |
| class | Ocean::CV::Segmentation::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 | Ocean::CV::Segmentation::FrameFilterBlur |
| This class implements functions allowing to blur image content. More... | |
| class | Ocean::CV::Segmentation::MaskAnalyzer |
| This class implements functions analyzing masks, determining specific pixels in relation to masks and allowing to convert pixels to contours. More... | |
| class | Ocean::CV::Segmentation::MaskCreator |
| This class implements functions allowing to create or to modify masks. More... | |
| class | Ocean::CV::Segmentation::PixelContourT< T > |
| This class implements a contour with pixel accuracy. More... | |
| class | Ocean::CV::Segmentation::SeedSegmentation |
| This class implements basic seed-based segmentation functions. More... | |
| class | Ocean::CV::Segmentation::Triangulation |
| This class implements functions allowing for triangulation. More... | |
Typedefs | |
| using | Ocean::CV::Segmentation::PixelContour = PixelContourT< unsigned int > |
| Definition of the default PixelContour object with a data type allowing only positive coordinate values. | |
| using | Ocean::CV::Segmentation::PixelContourI = PixelContourT< int > |
| Definition of a PixelContour object with a data type allowing positive and negative coordinate values. | |
| using | Ocean::CV::Segmentation::PixelContours = std::vector< PixelContour > |
| Definition of a vector holding pixel contours (with positive coordinate values). | |
| using | Ocean::CV::Segmentation::PixelContoursI = std::vector< PixelContourI > |
| Definition of a vector holding pixel contours (with positive and negative coordinate values). | |
The Ocean CV Segmentation Library provides all computer vision segmentation, contour and masking functionalities.
The library is platform independent.
| using Ocean::CV::Segmentation::PixelContour = typedef PixelContourT<unsigned int> |
Definition of the default PixelContour object with a data type allowing only positive coordinate values.
| using Ocean::CV::Segmentation::PixelContourI = typedef PixelContourT<int> |
Definition of a PixelContour object with a data type allowing positive and negative coordinate values.
| using Ocean::CV::Segmentation::PixelContours = typedef std::vector<PixelContour> |
Definition of a vector holding pixel contours (with positive coordinate values).
| using Ocean::CV::Segmentation::PixelContoursI = typedef std::vector<PixelContourI> |
Definition of a vector holding pixel contours (with positive and negative coordinate values).