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 | |
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 PixelTriangleT< unsigned int > | Ocean::CV::Advanced::PixelTriangle |
Definition of the default PixelTriangle object with a data type allowing only positive coordinate values. | |
typedef PixelTriangleT< int > | Ocean::CV::Advanced::PixelTriangleI |
Definition of a PixelTriangle object with a data type allowing positive and negative coordinate values. | |
typedef std::vector< PixelTriangle > | Ocean::CV::Advanced::PixelTriangles |
Definition of a vector holding pixel triangles (with positive coordinate values). | |
typedef std::vector< PixelTriangleI > | Ocean::CV::Advanced::PixelTrianglesI |
Definition of a vector holding pixel triangles (with positive and negative coordinate values). | |