Description: CBIR基于图像内容的检索程序, 源码来自codeproject, 原本不能直接编译运行,在本人添加了Lib和.h文件后,可以轻松编译运行了!^_^-CBIR-based image retrieval procedures, source code from codeproject, the original should not direct the compiler to run, in the Lib and I added. H file, the compiler can easily run! ^ _ ^ Platform: |
Size: 811008 |
Author:任民 |
Hits:
Description: 所上载的为 Vedaldi 根据D. G. Lowe sift 算法编写的 MATLAB代码。尽管此网上有类似源码,但不同的是本附件代码已经经过本人编译,测试,可以直接运行。而且对sift.m中的一个BUG进行了修正(已通知到 Mr Vedaldi)。-Uploaded for Vedaldi algorithm in accordance with DG Lowe sift prepared MATLAB code. While this line have similar source, but the difference is that the code of this Annex I have been compiling, testing, can be directly run. But also for sift.m a BUG amended (have been notified to Mr Vedaldi). Platform: |
Size: 2865152 |
Author:cyberspace |
Hits:
Description: SIFT特征检测在目标检测matlab和C文件代码,包括22个MATLAB m文件和7个C文件,和测试图片和文档-SIFT feature detection target detection in matlab and C code files, including 22 MATLAB m files and 7 C files, and test pictures and documents Platform: |
Size: 2646016 |
Author:cl |
Hits:
Description: sift的matlab代码,是最新的,效果很不错,大家可以-sift the matlab code, is the latest, the effect is pretty good, we can Platform: |
Size: 2882560 |
Author:郭江 |
Hits:
Description: 这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。-This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation. Platform: |
Size: 947200 |
Author:陈韶斌 |
Hits:
Description: SIFT的MATLAB源码,由加州大学的一位博士编写。-SIFT the MATLAB source code, from the University of California, prepared by Dr. A. Platform: |
Size: 2631680 |
Author:leo |
Hits:
Description: 自已编的一个MATLAB的关于SIFT算法的代码,希望对大家有用。-Their own for a SIFT algorithm on MATLAB code, in the hope that useful. Platform: |
Size: 1024 |
Author:王勃 |
Hits:
Description: Speeded Up Robust Features 在SIFT特正点匹配算法上进行改进,代码已完成Matlab->VC的程序打包-Speeded Up Robust Features in the SIFT matching algorithm special on-time improvement, the code has been completed Matlab-> VC packing process Platform: |
Size: 1154048 |
Author:萧峙清 |
Hits:
Description: sift算法在matlab代码。对学习sift算法有很大帮助-sift algorithm in matlab code. Sift algorithm for learning a great help Platform: |
Size: 1024 |
Author:feng hw |
Hits:
Description: Scale Invariant Feature Transform (SIFT) has shown to be very powerful for general object detection/recognition. And recently, it has been applied in face recognition. This is the matlab code. Platform: |
Size: 2880512 |
Author:Wei Dan |
Hits:
Description: 1.GeometricContext文件是完成图片中几何方向目标分类。
参考文献《Automatic Photo Pop-up》Hoiem 2005
2 GrabCut文件是完成图像中目标交互式分割
参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》
C. Rother 2004
3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码
4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行
5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱
6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口
7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高
8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition Platform: |
Size: 6918144 |
Author:张数 |
Hits:
Description: Matbal下的SIFT算法源代码,可以直接运行,处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题-SIFT algorithm in Matlab source code can be run directly between processing the two images match under translation, rotation, affine transformation Platform: |
Size: 375808 |
Author:冯琳琳 |
Hits:
Description: 用matlab实现的pca-sift代码,基于2004年的一篇CVPR论文实现-Pca-sift achieved using matlab code, based on a CVPR papers in 2004 to achieve Platform: |
Size: 690176 |
Author:曾成斌 |
Hits:
Description: David G.Lowe的SIFT算子 Matlab实现,运行前要把siftWin32文件放在Matlab的win目录下,具体调用请参照README-
code for detecting and matching SIFT features
David Lowe (lowe@cs.ubc.ca)
Version 4, July 6, 2005
This directory contains compiled binary programs for finding SIFT
invariant features that can run under Linux or Windows. In addition,
there is a Matlab script as well as C source code showing how to load
the features and do simple feature matching.
See the web page at
http://www.cs.ubc.ca/~lowe/keypoints/
for references to the relevant papers describing this approach. Platform: |
Size: 371712 |
Author:将为人父 |
Hits:
Description: C. Liu, J. Yuen and A. Torralba. SIFT Flow: Dense Correspondence across Scenes and its Applications. 对应的SIFT Flow代码,转载而来。(this is the code of SIFT Flow, and this code is reproduced from Ce Liu. Run demo.m in MATLAB and you will see how SIFT flow works.) Platform: |
Size: 699392 |
Author:xx126
|
Hits:
Description: sift算法代码,内涵测试图片,能够生成完整结果,放到matlab中即可运行(Sift algorithm code, connotation test picture, able to generate complete results, put it in matlab to run) Platform: |
Size: 221184 |
Author:喃喃细雨 |
Hits: