Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::Tracking::Point::PosePointPair |
Definition of a simple struct combining a pose and an image point id. More... | |
class | Ocean::Tracking::Point::PosePointPairsObject |
Definition of an object that combines an object id with the pairs of poses and image points. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::Tracking::Point | |
Namespace of the Point Tracker library. | |
Typedefs | |
typedef std::vector< PosePointPair > | Ocean::Tracking::Point::PosePointPairs |
Definition of a vector holding pose point pairs. More... | |
typedef std::vector< PosePointPairsObject > | Ocean::Tracking::Point::PosePointPairsObjects |
Definition of a vector holding pose objects. More... | |