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