|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::PixelBoundingBoxT< T > |
| This class implements a 2D bounding box with pixel precision. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::CV |
| Namespace of the CV library. | |
Typedefs | |
| using | Ocean::CV::PixelBoundingBox = PixelBoundingBoxT< unsigned int > |
| Definition of the default PixelBoundingBox object with data type allowing only positive coordinate values. | |
| using | Ocean::CV::PixelBoundingBoxI = PixelBoundingBoxT< int > |
| Definition of a PixelBoundingBox object with data type allowing positive and negative coordinate values. | |
| using | Ocean::CV::PixelBoundingBoxes = std::vector< PixelBoundingBox > |
| Definition of a vector holding bounding box objects with only positive coordinate values. | |
| using | Ocean::CV::PixelBoundingBoxesI = std::vector< PixelBoundingBoxI > |
| Definition of a vector holding bounding box objects with positive and negative coordinate values. | |