登录
首页 » QT » Qt_RobHess_Sift

Qt_RobHess_Sift

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

  • segmentation
    a file abaut image segmentation
    2011-07-07 02:19:08下载
    积分:1
  • fourier频率中心化
    对图形进行二维傅里叶变化后的频谱进行中心化(Centralization of the spectrum after two-dimensional Fourier transform)
    2020-08-23 14:38:16下载
    积分:1
  • 0451
    说明:  《visual C++ 开发经验技术宝典》图像锐化处理,主要是将图像的亮度增加,颜色的鲜艳感增强。("Visual C++ development experience Technical Collection," Image sharpening, mainly to increase the brightness of the image, bright sense of color enhancement. )
    2011-02-21 15:16:27下载
    积分:1
  • fingerprint_match
    指纹识别系统,包括指纹图像预处理,特征点提取,采用点模式匹配。(Fingerprint identification systems, including fingerprint image preprocessing, feature extraction, using point pattern matching.)
    2020-12-21 11:29:08下载
    积分:1
  • DCT-water-print
    实现了添加水印及攻击水印的一些方法。攻击水印方法包括抖动攻击、滤波攻击、旋转攻击等(Add watermark and implementation of a number of methods to attack the watermark. Watermarking attack methods include jitter attacks, filtering attacks, spin attack)
    2009-03-11 12:41:52下载
    积分:1
  • cdd
    数字图像处理和图像识别的vc++编程方法(Digital image processing and image recognition of the vc++ Programming)
    2010-10-31 10:54:42下载
    积分:1
  • wavelet_denosiy
    说明:  Donoho提出的小波阀值去噪的基本思想是将信号通过小波变换(采用Mallat算法)后,信号产生的小波系数含有信号的重要信息,将信号经小波分解后小波系数较大,噪声的小波系数较小,并且噪声的小波系数要小于信号的小波系数,通过选取一个合适的阀值,大于阀值的小波系数被认为是有信号产生的,应予以保留,小于阀值的则认为是噪声产生的,置为零从而达到去噪的目的。尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点。(The basic idea of wavelet threshold de-noising proposed by Donoho is that the wavelet coefficients generated by the signal after passing through the wavelet transform (Mallat algorithm) contain the important information of the signal. After the wavelet decomposition, the wavelet coefficients of the signal are larger, the wavelet coefficients of the noise are smaller, and the wavelet coefficients of the noise are smaller than the wavelet coefficients of the signal. By selecting a suitable threshold, the wavelet coefficients of the noise are larger than the valve The wavelet coefficients of values are considered to be generated by signals, which should be preserved. The ones less than the threshold are considered to be generated by noise, which is set to zero to achieve the purpose of denoising.)
    2019-12-18 17:23:27下载
    积分:1
  • TVMMcode
    说明:  国外一个博士写的图像复原的源码 ,基于自适应的正则化的全变分图像复原,源码内有作者的主页,相应文章可以下载。代码测试,可用,效果不错 ,做这方面的同志可以下来看看 (Dr. written by a foreign source image restoration based on adaptive regularization total variation image restoration, source inside of the home page, the corresponding articles can be downloaded. Code test, available, good results, so this could be down to see Comrade)
    2010-05-04 13:35:52下载
    积分:1
  • mulgmm
    利用混合高斯模型对图像序列经行背景建模,并保存。(附图片)(Using Gaussian mixture model for background modeling image sequences through the line and save. (With pictures) )
    2011-07-22 15:19:31下载
    积分:1
  • 快速NL-means去噪算法
    说明:  基于matlab的快速非局部均值去噪的源程序(Source program of fast nonlocal mean denoising based on MATLAB)
    2020-07-04 16:28:50下载
    积分:1
  • 696518资源总数
  • 104573会员总数
  • 29今日下载