#include "Image/Image.H"
#include "Image/Pixels.H"
#include "SIFT/ScaleSpace.H"
#include "SIFT/VisualObject.H"
#include "SIFT/Keypoint.H"
#include "Util/MathFunctions.H"
#include "Raster/Raster.H"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | USECOLOR true |
#define | TMPKEYFILE "/tmp/loweSift.key" |
Functions | |
std::vector< rutz::shared_ptr < Keypoint > > & | ReadKeys (const char *filename) |
int | main (const int argc, const char **argv) |
compare the SIFT alg to lowe's sift program
Definition in file ilabLoweSiftComp.C.