登录
首页 » QT » Qt_RobHess_Sift

Qt_RobHess_Sift

于 2021-04-20 发布 文件大小:1061KB
0 355
下载积分: 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 个回复

  • remote-image
    图像库中有240幅完整的和残缺的飞机和舰船遥感图像。可用hu矩对其特征提取,用于分类。(Image library has 240 complete and incomplete aircraft and ships remote sensing images. Available hu moments of its feature extraction for classification.)
    2013-06-06 16:42:46下载
    积分:1
  • mypic1
    ·外部图片自动保存在本地 ·自动控制上传图片和本地化图片尺寸 ·自动给上传及本地化图片添加水印 ·自动提取首张图片为缩略图 ·自动生成任意大小缩略图 ·幻灯片模式图片展示页 ·模板分离设计,轻松设计模板 ·方便自由的模板方法,可以实现复杂多样的调用效果 (External image automatically saved in local Automatically upload pictures and localization image size Automatically upload and localize the image to add watermark Automatic extraction of the first picture thumbnail Automatically generate thumbnails of any size. - picture slide show mode. - separation of design templates, easy design templates Convenient free template method, can realize the complex effect of call)
    2016-04-18 11:44:07下载
    积分:1
  • 进行视频中的行人检测代码 Motion-Detection-video
    用MATLAB进行视频中的行人检测代码,转载(Human detection based on MATLAB)
    2018-07-02 22:02:50下载
    积分:1
  • imageevaluation
    图像质量评价,熵、平均梯度、边缘强度、方差等(Image quality evaluation, entropy, average gradient, edge strength, variance, etc.)
    2009-03-16 10:25:14下载
    积分:1
  • IGC_Software
    通过区域迭代合并与定位切图的图像分割算法,非常好的。(Image Segmentation by Iterated Region Merging with Localized Graph Cuts)
    2016-11-29 10:22:37下载
    积分:1
  • meanshiftsegmentation
    说明:  均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考(failed to translate)
    2011-02-21 15:17:51下载
    积分:1
  • modulus-maxima-edge-detection
    一个基于小波模极大值边缘检测的程序,非常好用。(Based on wavelet modulus maxima edge detection program, very easy to use.)
    2012-11-19 17:23:24下载
    积分:1
  • pwls
    PWLS算法主要用于CT重建前的投影数据处理,能够很好的用于CT迭代算法中,对图像进行去噪(PWLS algorithm is mainly used for projection data processing before CT reconstruction. It can be well used in CT iterative algorithm to denoise images.)
    2020-10-29 10:49:57下载
    积分:1
  • AnimatePicture
    C#模拟播放连续的图片为GIF动画,模拟出播放GIF的动画效果,在Debug/bin目录下,有很多的图像文件,有VS的可重新修改源码,适合学习,源码简单。(C# analog playback consecutive pictures as an animated GIF, animated GIF to simulate the effect of playing in Debug/bin directory, there are a lot of image files, there VS can re-edit the source code, suitable for learning, simple source.)
    2014-09-18 15:29:53下载
    积分:1
  • ShearLab-1.1
    图像融合里边剪切波变换方法的工具箱,欢迎下载(Shear wave transformation method for image fusion in the toolbox, welcome to download)
    2013-09-17 09:27:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载