#include <QFileDialog>
#include <QMessageBox>
#include <boost/foreach.hpp>
#include "dlut_place_recognition/bearing_angle_image.h"
Go to the source code of this file.
Classes | |
struct | BbfData |
struct | GlobalFeature |
struct | MinPq |
class | PlaceRecognition |
struct | PqNode |
struct | SURFDescriptor |
struct | SURFKDNode |
struct | SURFPoint |
Defines | |
#define | FILTERSCALE 4 |
#define | NEIGHBOR 24 |
#define | SCANOCTAVE 3 |
Typedefs | |
typedef struct BbfData | BbfData |
typedef struct GlobalFeature | GlobalFeature |
typedef struct MinPq | MinPq |
typedef struct PqNode | PqNode |
typedef struct SURFDescriptor | SURFDescriptor |
typedef struct SURFKDNode | SURFKDNode |
typedef struct SURFPoint | SURFPoint |
#define FILTERSCALE 4 |
Definition at line 47 of file place_recognition.h.
#define NEIGHBOR 24 |
Definition at line 45 of file place_recognition.h.
#define SCANOCTAVE 3 |
Definition at line 46 of file place_recognition.h.
typedef struct GlobalFeature GlobalFeature |
typedef struct SURFDescriptor SURFDescriptor |
typedef struct SURFKDNode SURFKDNode |