#include <vector>
#include <cv.h>
#include "pyrimage.h"
#include "keypoint.h"
#include "distortion.h"
Go to the source code of this file.
Classes | |
class | yape |
YAPE feature point detector. More... | |
struct | yape::dir_table |
class | pyr_yape |
Pyramidal YAPE (Feature point extractor). More... | |
Variables | |
const int | yape_max_radius = 20 |
const int yape_max_radius = 20 |
Definition at line 31 of file yape.h.
Referenced by yape::init_for_monoscale(), and pyr_yape::pyr_yape().