登录
首页 » QT » Qt_RobHess_Sift

Qt_RobHess_Sift

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

  • bianyuanjiance
    利用matlab,对图像进行高斯滤波,然后通过非极大值抑制,设置双阈值,实现图像边缘检测(Image edge detection)
    2018-01-24 10:51:07下载
    积分:1
  • homomorphic
    说明:  在matlab中对图像进行同态滤波减少反光(Homomorphic filtering of images in matlab to reduce reflections)
    2020-11-07 23:29:48下载
    积分:1
  • M_nlms
    该程序是一种最小均方误差滤波算法的matlab实现,主要应用于干扰对消方面(The program is a minimum mean square error filtering algorithm matlab realize, mainly used in interference cancellation)
    2013-04-12 12:28:22下载
    积分:1
  • secret-sharing-ideas
    针对图像秘密共享前需要像素置乱的问题,基于(t, n)门限多重秘密共享思想,提出一种免置乱的图像秘密共享方案,以第n+1人的秘密份额作为因子参与秘密分割与重构,加大相邻像素之间的差距(Based on (t, n) threshold multiple secret sharing ideas, and put forward a kind of scrambling image from secret sharing scheme to n+ 1 people share the secret as factors involved in secret segmentation and reconstruction, increase the gap between adjacent pixels)
    2012-04-10 16:25:00下载
    积分:1
  • cell-segmentation
    对细胞进行分割和追踪的代码,细胞是植物细胞,其中的两篇论文是局部图分割的经典论文,值得一看(To segmentation and tracking code of cells, cells is plant cell, two of the paper is a classic papers of local map segmentation, worth a look)
    2014-10-27 14:17:56下载
    积分:1
  • three_lowpass_filters
    彩色图像转为灰度图像,灰度图像的傅里叶低通滤波,彩色图像的傅里叶低通滤波,三种滤波器的三维表示(Transforming a color image to a grayscale image Do low-pass filtering to a grayscale or color image by Fourier transform The three-dimensional representation of three types of filters )
    2020-07-03 05:20:01下载
    积分:1
  • wenli
    说明:  基于灰度共生矩阵的纹理特征提取方法实现目标的识别(Gray-level co-occurrence matrix based texture feature extraction methods to achieve the target identification)
    2009-08-02 11:20:29下载
    积分:1
  • Three-improved-image-enhancement-
    三种改进的图像增强算法,包括改进的类拉普拉斯增强算法,混合式MSRCR彩色图像增强算法,区域自适应反锐化掩模图像增强算法。(Three improved image enhancement algorithms, including improved classes, Laplace enhancement algorithms, the hybrid MSRCR Color Image Enhancement algorithm, region adaptive unsharp mask image enhancement algorithms)
    2021-04-03 20:49:04下载
    积分:1
  • Image_fusion_splicing_GUI
    图像融合拼接GUI设计,包括图像融合和图像拼接的matlab实现。(Image fusion splicing GUI design, including image fusion and image stitching matlab implementation.)
    2017-02-11 22:08:35下载
    积分:1
  • aasthana_cvpr2013_code_version_1.0
    人脸检测和特征点定位源码,2014CVPR(face detect and the landmark detect)
    2015-04-22 09:22:20下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载