登录
首页 » matlab » image-stitching--matlab

image-stitching--matlab

于 2013-04-25 发布 文件大小:6684KB
0 232
下载积分: 1 下载次数: 270

代码说明:

  改进的图像拼接算法,基于sift算法,实现图像的自动拼接,测试,完美运行(Improved image mosaic algorithm based the sift algorithm to achieve automatic image stitching, test, run perfectly)

文件列表:

image stitching matlab
.......................\appendimages.m,461,2011-01-25
.......................\data





.......................\....\2.jpg,155626,2013-03-18
.......................\....\22.JPG,107618,2013-03-18
.......................\....\222.JPG,143888,2013-03-18
.......................\....\3.jpg,150249,2013-03-18
.......................\....\33.JPG,109241,2013-03-18
.......................\....\333.JPG,145395,2013-03-18
.......................\....\4.jpg,135021,2013-03-18
.......................\....\44a.jpg,69128,2013-03-18
.......................\....\44b.jpg,113337,2013-03-18
.......................\....\5.jpg,139707,2013-03-18
.......................\....\a.jpg,181033,2009-11-05
.......................\....\a1.jpg,88630,2013-03-19
.......................\....\a2.jpg,98301,2013-03-19
.......................\....\b.jpg,180911,2009-11-05
.......................\....\b1.jpg,39837,2013-03-19
.......................\....\b2.jpg,57421,2013-03-19
.......................\....\bb.jpg,14521,2013-03-15
.......................\....\c.jpg,177405,2009-11-05
.......................\....\c1.jpg,59553,2013-03-19
.......................\....\c2.jpg,66652,2013-03-19
.......................\....\d1.jpg,31566,2013-03-19
.......................\....\d2.jpg,39120,2013-03-19
.......................\....\keble_a.jpg,69455,2007-02-26
.......................\....\keble_b.jpg,69819,2007-02-26
.......................\....\keble_c.jpg,68821,2007-02-26
.......................\....\mosaic_a.jpg,49202,2011-05-16
.......................\....\mosaic_hall.jpg,50481,2011-01-25
.......................\....\q4.jpg,87091,2005-03-29
.......................\....\q5.jpg,87253,2005-03-29
.......................\....\q6.jpg,87393,2005-03-29
.......................\findHomography.m,678,2011-01-23
.......................\imMosaic.m,2393,2011-05-16




.......................\mosaicTest.asv,310,2013-03-19
.......................\mosaicTest.m,833,2013-03-19
.......................\randIndex.m,418,2010-10-24
.......................\ransac1.m,1946,2011-05-16
.......................\sift.m,2344,2011-01-23
.......................\siftMatch.m,2373,2011-01-25
.......................\siftWin32.exe,94208,2005-07-07
.......................\solveHomo.m,585,2011-05-16
.......................\tmp.key,6507369,2013-03-19

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

发表评论

0 个回复

  • 5
    说明:  直方图调整并显示对比,直方图调整后都需要对比一下调整前与调整后的区别,并显示。此程序适合初学者学习。(Histogram and adjust the display contrast)
    2013-08-21 08:25:38下载
    积分:1
  • DCT-a-Hamming-coding
    1.DCT变换,对整个图像的直接DCT变换和分块为8*8做DCT变换,并设定阈值。 2.汉明编码(7,4),译码以及找出错误图样和纠错。并在不同的转移概率的BSC道下进行传输。(DCT:Direct DCT and IDCT,blocking. hamming coding:decoding and picking up errors.)
    2021-04-28 17:38:44下载
    积分:1
  • zaosheng
    说明:  噪声估计法,先定位噪声点,再实行去噪处理(Noise estimation method, first locate the noise points, then implement denoising.)
    2020-06-19 16:20:01下载
    积分:1
  • sllePsvm
    目标分类(流形学习slle+支持向量机svm)(Target classification (manifold learning slle+ support vector machine svm))
    2013-07-01 10:04:41下载
    积分:1
  • wcompress_upload.m
    可对灰度及彩色图像进行压缩及解压缩,通过变量名可以实现基于不同方式(多级树集合分裂spiht,ezw,stw,wdr等)的压缩,形如wcompress( c ,X,SAV_FILENAME,COMP_METHOD)(The wcompress command performs either compression or uncompression of grayscale or truecolor images.)
    2016-04-14 16:44:33下载
    积分:1
  • shendutuxiang
    深度图像处理,主要的是对深度图像进行区域分割(depth map)
    2010-06-04 21:07:41下载
    积分:1
  • li5-23
    使用函数wbmpen获取小波去噪阈值,然后使用函数wbmpen实现信号去噪(Use function wbmpen threshold for wavelet de-noising, and then use the function wbmpen for signal denoising)
    2021-02-24 20:49:39下载
    积分:1
  • image_fusion
    本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。(The procedures set of mutual information, PV difference, powell algorithm, based on wavelet transform image fusion set of algorithms. Only need to enter the two images in the GUI interface, you can automatically complete the image registration fusion. Program contains Matlab source code. Using Matlab open imagefusion.m, gui interface will pop up. Fusion before the input reference and floating images. Image requires the same pixel length* width. Otherwise incorrect. Can only handle grayscale images, color images into gray image processing also. Program code has detailed notes, to facilitate understanding.)
    2020-06-30 09:40:02下载
    积分:1
  • vc++_image
    这是图象处理模式识别一书的源代码,包括C++和MATLAB的程序,对于做这方面的研究人员来说,会很有帮助的。(This is an image processing pattern recognition on the source code, including C and Matlab procedures for doing this kind of research personnel, will be very helpful.)
    2005-04-21 21:42:03下载
    积分:1
  • masksample
    sample illust back image2 mask sample
    2013-11-13 01:14:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载