#include <stack>
#include <cv.h>
#include "yape.h"
#include "tracks.h"
#include "patchtagger.h"
#include "idcluster.h"
#include "sqlite3.h"
#include "kmeantree.h"
Go to the source code of this file.
Classes | |
struct | pyr_frame |
Stores a frame with its pyramid image. More... | |
struct | pyr_frame::pyr_frame_factory_t |
struct | pyr_keypoint |
A keypoint detected in a pyramid, with orientation, scale and description. More... | |
struct | pyr_keypoint::pyr_keypoint_factory_t |
struct | pyr_track |
Collects track statistics for incremental cluster matching. More... | |
struct | pyr_track::pyr_track_factory_t |
class | kpt_tracker |
Scale-space feature tracker. More... | |
class | kpt_tracker::recycler_t |
Defines | |
#define | WITH_YAPE |
#define | WITH_PATCH_TAGGER_DESCRIPTOR |
#define | WITH_PATCH_AS_DESCRIPTOR |