Description: This a collection of code I ve put together to detect SIFT features in images and to use SIFT (or other) features to compute image transforms with RANSAC. It includes a SIFT function library as well as some executables to detect, match, and display keypoints. For more information on SIFT, refer to the paper by Lowe
To Search:
File list (Check if you may need any files):
bin\.gitignore
docs\.gitignore
include\imgfeatures.h
.......\kdtree.h
.......\Makefile
.......\minpq.h
.......\sift.h
.......\utils.h
.......\xform.h
lib\.gitignore
src\dspfeat.c
...\imgfeatures.c
...\kdtree.c
...\Makefile
...\match.c
...\match_num.c
...\minpq.c
...\sift.c
...\siftfeat.c
...\utils.c
...\xform.c
.gitignore
beaver.png
beaver.sift
beaver_xform.png
Doxyfile
LICENSE
mainpage
Makefile
README.md
THANKS
bin
docs
include
lib
src