|
Ocean
|
Go to the source code of this file.
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::Geometry |
| Namespace of the Geometry library. | |
Typedefs | |
| using | Ocean::Geometry::ImagePoint = Vector2 |
| Definition of a 2D image point. | |
| using | Ocean::Geometry::ObjectPoint = Vector3 |
| Definition of a 3D object point. | |
| using | Ocean::Geometry::ImagePoints = std::vector< ImagePoint > |
| Definition of a vector holding 2D image points. | |
| using | Ocean::Geometry::ObjectPoints = std::vector< ObjectPoint > |
| Definition of a vector holding 3D object points. | |
| using | Ocean::Geometry::ObjectPointGroups = std::vector< ObjectPoints > |
| Definition of a vector holding object points, so we have groups of object points. | |
| using | Ocean::Geometry::ImagePointGroups = std::vector< ImagePoints > |
| Definition of a vector holding image points, so we have groups of image points. | |