#include <vector>
#include <deque>
#include <sstream>
#include <list>
#include <flann/flann.h>
#include <ros/ros.h>
#include "Workers/Math/Math.h"
#include "Workers/Math/Box2D.h"
#include "../KeyPointExtraction/KeyPoint.h"
#include "../KeyPointExtraction/KeyPointMatch.h"
Go to the source code of this file.
Classes | |
class | FLANNMatcher |
Matches keypoints by their feature vectors and geometric properties. More... |