Ocean
PixelLine.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::CV::Advanced::PixelLineT< T >
 This class implements a 2D line with pixel precision. More...
 

Namespaces

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

Typedefs

typedef PixelLineT< unsigned int > Ocean::CV::Advanced::PixelLine
 Definition of the default PixelLine object with a data type allowing only positive coordinate values. More...
 
typedef PixelLineT< int > Ocean::CV::Advanced::PixelLineI
 Definition of a PixelLine object with a data type allowing positive and negative coordinate values. More...
 
typedef std::vector< PixelLine > Ocean::CV::Advanced::PixelLines
 Definition of a vector holding pixel lines (with positive coordinate values). More...
 
typedef std::vector< PixelLineI > Ocean::CV::Advanced::PixelLinesI
 Definition of a vector holding pixel lines (with positive and negative coordinate values). More...