#include <vector>
#include <string>
#include <opencv2/opencv.hpp>
#include "Workers/Math/Box2D.h"
#include "Workers/Math/Point2D.h"
#include "KeyPoint.h"
Go to the source code of this file.
Classes | |
class | KeyPointExtractor |
Abstract class for extracting keypoints and their feature vectors from images. More... |