搜索资源列表
vlfeat-0.9.4.1.tar.gz
- The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift. It is written in C for efficiency and compatibility, with interfa
autopano-sift-C.rar
- 这是sift算法的c实现,用于拼接全景图的开源项目Hugin中找控制点(特征匹配)。,This is the c to achieve sift algorithm for stitching panorama of the open-source projects to find control points in Hugin (feature matching).
SIFT-opencv-verygood
- 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
SIFT-opencv
- 利用opencv编写的sift匹配程序,对于研究此算法很有帮助-sift code by opencv
SIFT_vc_code
- 含有 SIFT 的c代码(基于OPEN CV) 和一份程序解说 ppt。 经过多方求取,学习,发现这是目前学习 sift 算法细节最有用的2份资料了,c 代码虽然是基于 open cv 的,但是不影响对 sift 算法整个流程的展现,只用到 openv 中对图像操作的部分,完全可以修改成纯 VC ++ 的代码哦~~ -SIFT contains the c code (based on OPEN CV) and a procedural explanation ppt. After many s
sift
- 基于opencv的 sift算法 实现特征值的提取 对比-sift by open
qt_open_surf
- 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
opensift
- 一个优秀的国外开源sift类库,曾在国际会议上获奖-An excellent open source sift class libraries abroad, at the International Conference on the award-winning
SIFT openCV及详解
- SIFT算法Open VC源程序,包括程序详细说明……
sift
- 根据lowe教授sift算子 对不同角度拍摄的两幅二维图像 进行特征点匹配 结果用一个 appending 子程序显示 主程序没有开源 控制台为 siftmatch.m 有一张实验结果-Professor Lowe sift operators of different angles of the two two-dimensional image feature point matching the main program not open an experimental results
vlfeat-0.9.16.tar
- VLFeat是一款由Andrea Vedaldi和Brian Fulkerson先生创建的开源图像处理库,都属于机器视觉算法,vlfeat库有C和matlab两种实现,包括了SIFT,MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift 这个库是C语言写的,效率比较高,支持Windows, Mac OS X, and Linux操作系统。可以在matlab、Shel
sift
- 基于open cv的sift算法提取图像特征值的python小程序,适于初学者参考-Based on open cv sift algorithm to extract image feature values python small program, suitable for beginners reference
sift2
- SIFT的开源代码,经评测,效果公认仅次于LOWE的代码-open source code of sift. It is the best one except for Lowe s
SIFT
- sift详解以及有关改进sift的小论文,对初学者有用,适合开题-Detailed and related improvements sift sift small papers, useful for beginners, for open questions
sift
- Open cv Sift very fast
SIFT-open
- sift算法VC6实现,能够提取特征描述子,两张图片匹配-Sift implementation of VC6 algorithm
robwhess-open-sift--9tr9815
- 国外大牛robwhess写的基于SIFT尺度不变特征维护程序,需要OPENCV和vs。-Foreign Daniel robwhess wrote based SIFT scale invariant feature maintenance procedures, and the need OPENCV vs.
SIFT_RANSAC
- SIFT 图像拼接,open CV VS2015,可以直接运行出结果-open CVVS2015,SIFT
opensift-master
- open cv的sift尺度不变特征变换C代码源码,效果还不错,分享给大家学习-open cv sift the scale invariant feature transform source code for C, the results were good, for everyone to share learning
