#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Media/FrameSeries.H"
#include "Util/Timer.H"
#include "GUI/XWinManaged.H"
#include "SIFT/ScaleSpace.H"
#include "SIFT/VisualObject.H"
#include "SIFT/Keypoint.H"
#include "SIFT/VisualObjectDB.H"
#include "Image/CutPaste.H"
#include "Image/ShapeOps.H"
#include "Image/DrawOps.H"
#include "Media/TestImages.H"
#include "Raster/Raster.H"
#include "Transport/FrameInfo.H"
#include "Raster/GenericFrame.H"
Go to the source code of this file.
Defines | |
#define | DISPSCALE 1 |
#define | USECOLOR false |
#define | WIDTH 384 |
#define | HEIGHT 288 |
Functions | |
std::string | matchObject (Image< PixRGB< byte > > &ima) |
int | main (const int argc, const char **argv) |
Variables | |
VisualObjectDB | vdb |
Use the iLab SIFT implementation to output a .key file just like Lowe's official binary
test the SIFT alg
Definition in file test-SIFT.C.