文件名称:SIFT
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-09-22
- 文件大小:
- 124kb
- 下载次数:
- 0次
- 提 供 者:
- zhc***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SIFT算法的C实现把检测SIFT特征图像和使用SIFT(或其他)的特点来计算图像的变换与RANSAC-This is 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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