登录
首页 » matlab » sift----matlab

sift----matlab

于 2012-02-28 发布 文件大小:2573KB
0 291
下载积分: 1 下载次数: 1034

代码说明:

  sift算法的完整matlab程序,本人测试过,很好,稍加修改即可!(complete sift algorithm matlab program, I tested, well, a few minor changes!)

文件列表:

sift算法的matlab程序
....................\sift
....................\....\bundle.m,0,2009-03-11
....................\....\data
....................\....\....\box.pgm,72310,2009-03-11
....................\....\....\box.sift,233055,2009-03-11
....................\....\....\circle.pgm,10060,2006-10-25
....................\....\....\circle.sift,1362,2006-10-25





....................\....\....\nest2.bmp,17462,2006-11-02
....................\....\diffss.m,2797,2006-05-12
....................\....\doc
....................\....\...\bibliography.bib,246,2006-04-11
....................\....\...\figures
....................\....\...\.......\sift-descriptor-AI.bb,550,2006-04-27
....................\....\...\.......\sift-descriptor-AI.pdf,475918,2006-04-27
....................\....\...\.......\sift-descriptor-SAVED.tex,3275,2006-04-27
....................\....\...\.......\sift-descriptor.aux,8,2006-04-27
....................\....\...\.......\sift-descriptor.log,13430,2006-04-27
....................\....\...\.......\sift-descriptor.pdf,443880,2006-04-27
....................\....\...\.......\sift-descriptor.tex,3275,2006-04-27
....................\....\...\.......\sift-descriptor.wrm,13,2006-04-27
....................\....\...\.......\warmread.sty,48557,2001-07-04
....................\....\...\sift.tex,21807,2006-05-13
....................\....\...\visionlab.sty,6174,2006-04-11
....................\....\gaussianss.m,7920,2006-05-12
....................\....\imreadbw.m,2359,2006-05-12
....................\....\imsmooth.c,3960,2006-11-04
....................\....\htm" target=_blank>LICENSE,1990,2006-04-05
....................\....\Makefile,2388,2006-12-12
....................\....\mexutils.c,2178,2006-05-01
....................\....\plotmatches.m,10001,2006-08-16
....................\....\plotsiftdescriptor.m,5466,2006-05-12
....................\....\plotsiftframe.m,5040,2006-08-24
....................\....\plotss.m,2734,2006-05-12
....................\....\htm" target=_blank>README,1965,2006-11-04
....................\....\sift.m,10273,2006-10-25
....................\....\siftdescriptor.c,16434,2006-05-01
....................\....\siftdescriptor.m,3785,2006-05-12
....................\....\siftlocalmax.c,8784,2006-05-01
....................\....\siftlocalmax.m,1637,2006-05-01
....................\....\siftmatch.c,10420,2006-05-01
....................\....\siftmatch.m,2925,2006-05-01
....................\....\siftormx.c,8146,2006-08-24
....................\....\siftread.m,3575,2006-05-13
....................\....\siftrefinemx.c,8997,2006-07-14
....................\....\siftrefinemx.m,3109,2006-05-13
....................\....\sift_compile.m,1675,2006-05-01
....................\....\sift_demo.m,3435,2006-08-24
....................\....\sift_demo2.m,4297,2006-05-18
....................\....\sift_demo3.m,1744,2006-08-30
....................\....\sift_demo4.m,1409,2006-11-02
....................\....\sift_demo5.m,387,2006-11-02
....................\....\sift_gendoc.css,2560,2006-05-29
....................\....\sift_overview.m,1183,2006-05-12
....................\....\tightsubplot.m,5136,2006-08-18
....................\....\htm" target=_blank>TIMESTAMP,219,2006-12-12

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

发表评论

0 个回复

  • Hough
    说明:  利用Hough变换实现半径未知的圆形物体的检测(Use Hough transform to achieve a circular radius of an unknown object detection)
    2009-07-27 13:08:25下载
    积分:1
  • Region_Grow
    matlab区域增长图像分割程序,通过种子点搜索邻域的方法进行增长(matlab image segmentation procedures for regional growth)
    2009-03-06 17:02:12下载
    积分:1
  • kuaipipei
    基于亚像素运动估计算法的块匹配运动,有源码跟参考文献,初学的小伙伴可以看看(Block-matching motion estimation algorithm based sub-pixel motion, there is source code with references, beginner can look at a small partner)
    2020-08-10 15:18:30下载
    积分:1
  • 2Curvelet
    第二代Curvelet变换及其在图像融合中的应用研究,第二代Curvelet较第一代有更好的发展前景(Second-generation Curvelet Transform and Its Application in Image Fusion of applied research, the second-generation Curvelet better than the first generation of the development prospects of)
    2009-12-07 11:44:17下载
    积分:1
  • 数字全息
    说明:  实现了计算机全息图制作和再现,而且再现图片效果良好(A value of two LohmanIII coded images detour phase hologram, by testing the normal operation. The result with image, hologram, and reproducing figure three part.)
    2019-01-16 22:10:31下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • watershed
    图像预处理:分水岭分割算法,图像灰度化、高斯平滑、均衡直方图、图像对比度增强(Image Pre-processing: a watershed segmentation algorithm, images of gray-scale, Gaussian smoothing, balanced histogram, image contrast enhancement)
    2008-05-24 12:58:19下载
    积分:1
  • LS_Unwrape
    最小二乘相位解包裹算法,基于快速傅里叶变换(Least-squares algorithm for phase unwrapping)
    2020-09-29 16:47:45下载
    积分:1
  • Kalman
    基于卡尔曼滤波器的监控系统的设计,实现了对运动目标进行识别,并对其运动轨迹进行预测的功能;当二值化图像超过一定阈值时,判断为有外人入侵,实现报警功能。(Kalman filter based on the design of monitoring system to achieve the recognition of moving objects, and its motion trajectory prediction function when the binary image exceeds a certain threshold, to determine the invasion of outsiders, to achieve alarm function.)
    2016-11-11 17:37:29下载
    积分:1
  • 4
    说明:  我主要做的是图像分割算法的研究,这个是图像分割的程序,主要用神经网络!(I mainly do is to image segmentation algorithm, this is the image segmentation procedure, the main neural network!)
    2008-06-26 21:23:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载