Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::CV::Advanced::PixelTriangleT< T > |
This class implements a 2D triangle 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 PixelTriangleT< unsigned int > | Ocean::CV::Advanced::PixelTriangle |
Definition of the default PixelTriangle object with a data type allowing only positive coordinate values. More... | |
typedef PixelTriangleT< int > | Ocean::CV::Advanced::PixelTriangleI |
Definition of a PixelTriangle object with a data type allowing positive and negative coordinate values. More... | |
typedef std::vector< PixelTriangle > | Ocean::CV::Advanced::PixelTriangles |
Definition of a vector holding pixel triangles (with positive coordinate values). More... | |
typedef std::vector< PixelTriangleI > | Ocean::CV::Advanced::PixelTrianglesI |
Definition of a vector holding pixel triangles (with positive and negative coordinate values). More... | |