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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::CV
 Namespace of the CV library.
 
namespace  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.
 
typedef PixelLineT< int > Ocean::CV::Advanced::PixelLineI
 Definition of a PixelLine object with a data type allowing positive and negative coordinate values.
 
typedef std::vector< PixelLineOcean::CV::Advanced::PixelLines
 Definition of a vector holding pixel lines (with positive coordinate values).
 
typedef std::vector< PixelLineIOcean::CV::Advanced::PixelLinesI
 Definition of a vector holding pixel lines (with positive and negative coordinate values).