#include "sift.h"
#include "imgfeatures.h"
#include "kdtree.h"
#include "utils.h"
#include "xform.h"
#include "opencv/cv.h"
#include "opencv/highgui.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | KDTREE_BBF_MAX_NN_CHKS 200 |
#define | NN_SQ_DIST_RATIO_THR 0.49 |
Functions | |
int | main (int argc, char **argv) |
#define KDTREE_BBF_MAX_NN_CHKS 200 |
#define NN_SQ_DIST_RATIO_THR 0.49 |