#include "../KeyPointExtraction/KeyPoint.h"
#include <vector>
#include <deque>
#include <sstream>
#include <list>
#include "../ObjectRecognition/HoughAccumulator.h"
#include "../KeyPointExtraction/KeyPointMatch.h"
#include "Workers/Math/Math.h"
#include "Workers/Math/Box2D.h"
Go to the source code of this file.
Classes | |
class | HoughClusterer |
Clusters feature matches using hough transform clustering. More... |