Ocean
Loading...
Searching...
No Matches
Tracking.h File Reference

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

typedef Vector2 Ocean::Tracking::ImagePoint
 Definition of a 2D image point.
 
typedef Vector3 Ocean::Tracking::ObjectPoint
 Definition of a 3D object point.
 
typedef std::vector< ImagePointOcean::Tracking::ImagePoints
 Definition of a vector holding 2D image points.
 
typedef std::vector< ObjectPointOcean::Tracking::ObjectPoints
 Definition of a vector holding 3D object points.
 
typedef std::vector< ObjectPointsOcean::Tracking::ObjectPointsVector
 Definition of a vector holding object points.
 
typedef std::vector< ImagePointsOcean::Tracking::ImagePointsVector
 Definition of a vector holding image points.