登录
首页 » QT » Qt_RobHess_Sift

Qt_RobHess_Sift

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

  • grabcut_matlab
    图像处理中的图像分割grabcut算法,经试验可以达到很高的精确度,比较难,值得研究(Image Processing Image Segmentation grabcut algorithm, the test may be achieving a high degree of accuracy, more difficult, is worth studying)
    2020-11-02 12:49:53下载
    积分:1
  • Matlab_source_for_edge_detector_using_quaternion_c
    "基于四元数卷积的彩色图像边缘检测"一文的matlab源代码,很有帮助(matlab source code of "Colour image edge detector based on quaternion convolution" Electronics Letters, 34(10), May 14 1998, 969-971)
    2010-01-26 11:56:25下载
    积分:1
  • ImgToRaw
    说明:  遥感图像.img图像与raw格式图像的之间的转换(remote sensing images. Img images with the raw image format conversion between the)
    2006-01-01 01:35:04下载
    积分:1
  • intrans
    灰度变换元代码,用于matlab7.0以上版本(Picture Process)
    2011-12-15 21:13:07下载
    积分:1
  • G_ero
    形态学腐蚀,基于模糊逻辑的形态学灰度算法,用于对图像进行腐蚀运算,可选用多个模糊逻辑算子。参数可调。(Corrosion morphology, grayscale morphology based on fuzzy logic algorithm for computing the image to corrosion, may choose multiple fuzzy logic operators. Adjustable parameters.)
    2010-06-20 10:16:51下载
    积分:1
  • winform 垂直交错效果显示 例子
    winform 垂直交错效果显示图像 例子
    2013-06-01下载
    积分:1
  • facedetect521
    人脸检测 通过肤色建立模型,和计算欧拉数开运算等一系列处理可以检测出同一张图片中的多个人脸!效果不错哦(face detection through color model building, and calculation of Euler number opened a series of processing operations can be detected with a picture of the personal face! Oh, good results)
    2007-06-07 00:11:12下载
    积分:1
  • Pinjie
    图像拼接,用于合成全景图像,VC++开发环境,C++实现。(Image Stitching)
    2012-11-21 12:13:40下载
    积分:1
  • HumanFace
    本m文件实现的是正面人脸的提取,基于YCbCr空间肤色区域提取和形态学的处理(this document is the realization of the right face extraction, YCbCr color space based on regional extraction and processing of morphological)
    2007-05-14 14:50:17下载
    积分:1
  • BP-classification
    BP神经网络图像分类程序,代码很好懂,适合初学者。样本选的不是很大。(BP neural network image classification procedures, code easy to understand for beginners. Sample selected is not great.)
    2013-07-24 18:19:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载