登录
首页 » QT » Qt_RobHess_Sift

Qt_RobHess_Sift

于 2021-04-20 发布 文件大小:1061KB
0 310
下载积分: 1 下载次数: 504

代码说明:

  sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/ 这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)

文件列表:

Qt_RobHess_Sift
...............\sift_detect



...............\...........\imgfeatures.c,14956,2012-08-16
...............\...........\imgfeatures.h,3997,2012-08-16
...............\...........\main.cpp,249,2012-08-16
...............\...........\sift.c,36594,2012-08-16
...............\...........\sift.h,5246,2012-08-16
...............\...........\siftdetect.cpp,2042,2012-08-16
...............\...........\siftdetect.h,1030,2012-08-16
...............\...........\siftdetect.ui,1485,2012-08-16
...............\...........\sift_detect.pro,1100,2012-08-16
...............\...........\sift_detect.pro.user,17642,2012-08-16


...............\...........\src2.jpg,19433,2012-08-16
...............\...........\utils.c,7536,2012-08-16
...............\...........\utils.h,5782,2012-08-16
...............\sift_match

...............\..........\imgfeatures.c,14956,2010-05-22
...............\..........\imgfeatures.h,3997,2012-08-16
...............\..........\kdtree.c,15666,2010-05-22
...............\..........\kdtree.h,3817,2012-08-16
...............\..........\main.cpp,185,2012-08-16
...............\..........\minpq.c,5098,2010-05-22
...............\..........\minpq.h,2232,2012-08-16
...............\..........\sift.c,36594,2010-05-22
...............\..........\sift.h,5244,2012-08-16
...............\..........\siftmatch.cpp,3963,2012-08-16
...............\..........\siftmatch.h,893,2012-08-16
...............\..........\siftmatch.ui,1669,2012-08-16
...............\..........\sift_match.pro,1177,2012-08-16
...............\..........\sift_match.pro.user,17638,2012-08-16




...............\..........\utils.c,7542,2012-08-16
...............\..........\utils.h,5919,2012-08-16
...............\..........\xform.c,18260,2010-05-22
...............\..........\xform.h,6732,2012-08-16
...............\特征点检测学习_1(sift算法).pdf,777871,2012-08-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EDGE-Detection
    Image, Edge Detection, Code
    2013-03-20 13:16:32下载
    积分:1
  • Demo3_line-segment-detection-
    直线检测 Visual C++编写 用于图像处理(line segment detection)
    2012-06-29 16:39:16下载
    积分:1
  • freadbk
    说明:  用于读取SAR数据处理中的干涉图和SAR强度图的函数,可以制定具体大小进行读取。(The functions used to read the interferograms and SAR intensity diagrams in SAR data processing can be read by specific sizes.)
    2021-03-27 19:19:11下载
    积分:1
  • KLFDA
    说明:  基于局部Fisher准则的非线性核Fisher辨别分析,应用于有监督的特征提取与高维数据的有效降维。(Kernel Local Fisher Discriminant Analysis for Supervised Dimensionality Reduction.)
    2010-04-20 09:38:31下载
    积分:1
  • shuixia
    水下图像的matlab程序,FCM水下图像聚类及图像增强matlab代码,非常有用(Underwater image matlab procedures, FCM underwater image clustering and image enhancement matlab code, very useful)
    2013-09-12 22:28:00下载
    积分:1
  • WPF常用控件集(含源码)
    WPF控件集
    2020-04-08下载
    积分:1
  • sar-edge-detection
    sar 图像边缘检测算子,代码简洁,能够运行成功。(sar image edge detection,it s simple and useful 。)
    2020-12-01 11:39:27下载
    积分:1
  • .zip
    对场景分类和语义特征稀疏化的高层图像表示(Object Bank: A High-Level Image Representation for Scene Classification & Semantic Feature Sparsification)
    2013-10-16 14:57:56下载
    积分:1
  • fazhi
    迭代最佳阈值分割算法,寻找最佳阀值检测边缘(best iteration threshold segmentation algorithm to find the best edge detection threshold)
    2007-05-17 13:36:03下载
    积分:1
  • rbm
    深度学习相关代码实现,可以用来做去噪,去模糊,回归,识别等( Initialize and train an RBM energy-based model. Supports binary, Gaussian, and multinomial inputs (still in development). Supports binary and noisy rectified linear units (NReLU) in the hidden layer. Supports joint modeling of binary and multinomial variables for classification.)
    2014-05-08 10:57:43下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载