Ocean
|
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< PixelLine > | Ocean::CV::Advanced::PixelLines |
Definition of a vector holding pixel lines (with positive coordinate values). | |
typedef std::vector< PixelLineI > | Ocean::CV::Advanced::PixelLinesI |
Definition of a vector holding pixel lines (with positive and negative coordinate values). | |