Introduction - If you have any usage issues, please Google them yourself
All code in this package requires the OpenCV library (known working
version is 1.0.0):Some functions require the Gnu Scientific Library (GSL) (known working Running
The following is a list of directories that contain VC++.NET projects
and the functions of the projects:
*siftFeat -- Detect SIFT features
*match-- Find and match SIFT features in two images*dspFeat-- Display features from a file
You can mess with the global variables in each of the main C files to
adjust parameters, including input and output files. You might also have
to adjust the project properties depending on how you installed OpenCV
and GSL.