Ocean
|
Go to the source code of this file.
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef Vector2 | Ocean::Tracking::ImagePoint |
Definition of a 2D image point. More... | |
typedef Vector3 | Ocean::Tracking::ObjectPoint |
Definition of a 3D object point. More... | |
typedef std::vector< ImagePoint > | Ocean::Tracking::ImagePoints |
Definition of a vector holding 2D image points. More... | |
typedef std::vector< ObjectPoint > | Ocean::Tracking::ObjectPoints |
Definition of a vector holding 3D object points. More... | |
typedef std::vector< ObjectPoints > | Ocean::Tracking::ObjectPointsVector |
Definition of a vector holding object points. More... | |
typedef std::vector< ImagePoints > | Ocean::Tracking::ImagePointsVector |
Definition of a vector holding image points. More... | |