#include "Workers/KeyPointExtraction/KeyPoint.h"#include <vector>#include <deque>#include <sstream>#include <list>#include "Workers/ObjectRecognition/HoughAccumulator.h"#include "Workers/KeyPointExtraction/KeyPointMatch.h"#include "Workers/Puma2/ColorImageRGB8.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. | |