Ocean
PixelBoundingBox.h File Reference

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

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::CV
 Namespace of the CV library.
 

Typedefs

typedef PixelBoundingBoxT< unsigned int > Ocean::CV::PixelBoundingBox
 Definition of the default PixelBoundingBox object with data type allowing only positive coordinate values. More...
 
typedef PixelBoundingBoxT< int > Ocean::CV::PixelBoundingBoxI
 Definition of a PixelBoundingBox object with data type allowing positive and negative coordinate values. More...
 
typedef std::vector< PixelBoundingBox > Ocean::CV::PixelBoundingBoxes
 Definition of a vector holding bounding box objects with only positive coordinate values. More...
 
typedef std::vector< PixelBoundingBoxI > Ocean::CV::PixelBoundingBoxesI
 Definition of a vector holding bounding box objects with positive and negative coordinate values. More...