搜索资源列表
sift-1.1.1_20070330_win
- Rob Hess C implementation of SIFT that uses OpenCV. It allows for pretty detailed parameter tweaking (e.g. histogram size, DoG thresholds, etc.) If you need flexibility, this is pretty good.
JIFT
- 用C++写的SIFT的源代码,其中用到了OPENCV一些库,希望对想了解SIFT的人有用
sift-1.1.1_20071108_win
- Rob Hess C implementation of SIFT that uses OpenCV. It allows for pretty detailed parameter tweaking (e.g. histogram size, DoG thresholds, etc.) If you need flexibility, this is pretty good. sift-1.1.1_20071108_win 修改了前面版本的几个地方
SIFT算法的C语言实现(基于OpenCV),
- SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差
Sift.zip
- 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。,Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
SIFT_VC.rar
- 用C++及OpenCV写的SIFT算法,经测试很好用,OpenCV with C++ and write SIFT algorithm, tested well with the
siftpp-0.7.3
- sift的c++算法,不是基于opencv的,我自己没有看懂。-sift the c++ algorithm, is not based on the opencv, as I do not understand.
autopano-sift-C-2.5.0
- sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-c algorithms sift algorithm, based on the opencv, a large cattle write, it is powerful.
TIchinese_A1681
- C++ OPENCV实现的sift上,做了一定的修改。 主要用于匹配和拼接,希望对大家有用。-C++ OPENCV sift achieved, and do some changes. Mainly used for matching and stitching, we want to be useful.
sift-1.1.1_20071108_win
- Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
Match_SIFT
- 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
CSIFT
- 自己实现的用于图像SIFT特征点检测的C++类,基于OpenCV 2.0-A C++ class for image sift points detecting based on OpenCV 2.0
sift_test
- sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数-sift image processing as a test of the code, he wrote with C++ uses some of the opencv function
SIFT-method
- C++与Opencv的SIFT算法-C++ and Opencv the SIFT algorithm. . . . . . . . .
SIFT
- 这是我花了10元从其他地方购买的,迄今为止最全的sift源码,OPENCV版 matlab版 C++版 VS版 VC6.0版),不要再去找其他的了。- This is what I spent 10 yuan to buy from elsewhere, by far the most complete sift source, OPENCV version matlab version of C++ version of the VS version VC6.0 version), do
sift_c
- sift算法的c实现,依赖opencv,但不复杂,有步骤有讲解,适合正在学习sift算法的同道者。vs08/10,需配置opencv库。-c achieve sift algorithm relies opencv, but not complicated, there are steps have to explain, suitable for studying fellow who sift algorithm.
OpenCv_BoFSIFT
- OpenCV 图像处理与特征分析示例: SIFT 特征提取、计算处理与分析应用. OPENCV 爱好的必备, C++ 代码实现。 -OpenCV image processing and feature analysis example: SIFT feature extraction, processing and analysis to calculate the necessary application OPENCV hobby, C++ code.
SIFT
- openCV-C++自己实现的SIFT源代码-my openCV-C++ source code of SIFT
image_mosaic_demo
- sift+ransac 图像拼接 C++语言 VS平台 opencv 效果不错 可以一试(Sift + RANSAC image mosaic)