#include "Workers/KeyPointExtraction/KeyPointMatch.h"
#include "Workers/Puma2/ColorImageRGB8.h"
#include "Workers/Math/Point2D.h"
#include <vector>
#include <list>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | HoughAccumulator::compareMatchList |
class | HoughAccumulator |
This class implements the accumulator used for Hough Clustering by the Feature Classifier. |