#include "mlist.h"
#include "bucket2d.h"
Go to the source code of this file.
Classes | |
struct | point2d |
Basic 2-D point, in float. More... | |
struct | tkeypoint |
A point integrated in the "tracks" structure. More... | |
struct | tkeypoint::factory_t |
A tkeypoint factory. More... | |
struct | tframe |
A frame in the tracks structure. More... | |
struct | tframe::factory_t |
a frame factory, useful for deriving the class tframe. More... | |
struct | ttrack |
A ttrack is a set of tkeypoints showing the same physical point on successive frames. More... | |
struct | ttrack::factory_t |
a ttrack factory to let the tracks structure use subclasses of ttrack. More... | |
class | tracks |
A structure for storing sparse tracks of points. More... | |
struct | tracks::frame_iterator |
Frame iterator. More... | |
struct | tracks::keypoint_match_iterator |
Temporal iterator for keypoints with a track. More... |