#include "Image/Pixels.H"
#include "Image/Image.H"
#include "SIFT/Keypoint.H"
#include "SIFT/KeypointMatch.H"
#include "SIFT/SIFTaffine.H"
#include "SIFT/VisualObjectMatchAlgo.H"
#include <vector>
Go to the source code of this file.
Classes | |
class | VisualObjectMatch |
Simple class to store lists of Keypoint matches between two VisualObject. More... |
Header for visual object matches
Definition in file VisualObjectMatch.H.