Ocean
Ocean Point Tracking Interface

The Ocean Point Tracker Library allows to simply track points between several frames. More...

Collaboration diagram for Ocean Point Tracking Interface:

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< PosePointPairOcean::Tracking::Point::PosePointPairs
 Definition of a vector holding pose point pairs. More...
 
typedef std::vector< PosePointPairsObjectOcean::Tracking::Point::PosePointPairsObjects
 Definition of a vector holding pose objects. More...
 

Detailed Description

The Ocean Point Tracker Library allows to simply track points between several frames.

Typedef Documentation

◆ PosePointPairs

Definition of a vector holding pose point pairs.

◆ PosePointPairsObjects

Definition of a vector holding pose objects.