Ocean
Loading...
Searching...
No Matches
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  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.
 
typedef PixelBoundingBoxT< int > Ocean::CV::PixelBoundingBoxI
 Definition of a PixelBoundingBox object with data type allowing positive and negative coordinate values.
 
typedef std::vector< PixelBoundingBoxOcean::CV::PixelBoundingBoxes
 Definition of a vector holding bounding box objects with only positive coordinate values.
 
typedef std::vector< PixelBoundingBoxIOcean::CV::PixelBoundingBoxesI
 Definition of a vector holding bounding box objects with positive and negative coordinate values.