Ocean
Ocean::Tracking::Point Namespace Reference

Namespace of the Point Tracker library. More...

Data Structures

class  AdvancedPointTracker
 This class implements an advanced point tracker. More...
 
class  Frame2FrameTracker
 This class implements simple functions allowing to track or to determine the camera motion from one frame to another frame. More...
 
class  HomographyTracker
 This class implements a homography-based tracker for planar backgrounds. More...
 
class  PointTracker
 This class implements a point tracker able to track points between concurrent frames and stores previous points in a database. More...
 
class  PosePointPair
 Definition of a simple struct combining a pose and an image point id. More...
 
class  PosePointPairsObject
 Definition of an object that combines an object id with the pairs of poses and image points. More...
 
class  SimilarityTracker
 This class implements a tracker determining a similarity transformation between two successive video frames. More...
 
class  Utilities
 This class implements utilities function for the point tracking library. More...
 

Typedefs

typedef std::vector< PosePointPairPosePointPairs
 Definition of a vector holding pose point pairs. More...
 
typedef std::vector< PosePointPairsObjectPosePointPairsObjects
 Definition of a vector holding pose objects. More...
 

Detailed Description

Namespace of the Point Tracker library.

The Namespace Ocean::Tracking::Point is used in the entire Ocean Point Tracker Library.