|
Ocean
|
The Ocean Point Tracker Library allows to simply track points between several frames. More...
Data Structures | |
| class | Ocean::Tracking::Point::AdvancedPointTracker< tSuccessiveFrames > |
| This class implements an advanced point tracker. More... | |
| class | Ocean::Tracking::Point::HomographyTracker |
| This class implements a homography-based tracker for planar backgrounds. More... | |
| class | Ocean::Tracking::Point::PointTracker |
| This class implements a point tracker able to track points between concurrent frames and stores previous points in a database. More... | |
| 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... | |
| class | Ocean::Tracking::Point::SimilarityTracker |
| This class implements a tracker determining a similarity transformation between two successive video frames. More... | |
| class | Ocean::Tracking::Point::Utilities |
| This class implements utilities function for the point tracking library. More... | |
Typedefs | |
| typedef std::vector< PosePointPair > | Ocean::Tracking::Point::PosePointPairs |
| Definition of a vector holding pose point pairs. | |
| typedef std::vector< PosePointPairsObject > | Ocean::Tracking::Point::PosePointPairsObjects |
| Definition of a vector holding pose objects. | |
The Ocean Point Tracker Library allows to simply track points between several frames.
| typedef std::vector<PosePointPair> Ocean::Tracking::Point::PosePointPairs |
Definition of a vector holding pose point pairs.
| typedef std::vector<PosePointPairsObject> Ocean::Tracking::Point::PosePointPairsObjects |
Definition of a vector holding pose objects.