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

image-stitching--matlab

于 2013-04-25 发布 文件大小:6684KB
0 74
下载积分: 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 个回复

  • Panoramic-image-mosaic
    本案例采用基于块匹配的图像拼接流程来执行拼接操作,载入图片文件夹来作为待拼接对象,通过进行图片序列的匹配、融合来得到拼接效果,并分别对灰度图像、彩色图像进行处理。(This case is based on block matching process to perform image stitching splicing operation, load images folder as an object to be spliced, by matching the fusion image sequence to get the mosaic effect, respectively, on the gray image, color image processing .)
    2016-12-08 10:45:01下载
    积分:1
  • Random-Forest-Matlab-master
    随机森林用于 图像处理matalab 代码(Random Forest matalab code for image processing)
    2014-04-15 00:48:05下载
    积分:1
  • arnold加密
    基于arnold变换加密图像(带解密的代码),缺点是具有周期性(Encryption based on Arnold transform (with decryption code), the disadvantage is cyclical.)
    2018-08-02 10:27:10下载
    积分:1
  • AVI
    光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测(moving objective detection matlab)
    2011-10-27 15:50:28下载
    积分:1
  • untitledshiyan
    Z源逆变器开路三相SVPWM调制,注入了三次谐波分量。(Open-circuit Three-phase SVPWM Modulation of Z-source Inverter)
    2020-10-07 10:37:37下载
    积分:1
  • MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
    说明:  本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB. This system mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image grayscale, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed for the convenience of subsequent recognition processing. Feature extraction is mainly to extract the endpoint and bifurcation points after thinning the fingerprint image. Feature matching is to determine the two images by comparing the feature points of the two fingerprint images Whether the image comes from the same finger.)
    2020-02-16 22:03:11下载
    积分:1
  • delaunay
    VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考(VC and OpenGL realize the point cloud to read interface, the need for a friend can download the reference)
    2021-04-08 12:39:01下载
    积分:1
  • harris-match
    harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接(harris corner detection, and realize two image feature point matching, the final completion of image stitching)
    2013-07-21 10:52:13下载
    积分:1
  • 2-D-window-for-a-sample-image
    二维窗口函数,包含汉宁窗,布莱克曼窗,契比雪夫窗等(it creates a 2 dimentional window for a sample image)
    2017-03-16 21:51:32下载
    积分:1
  • fcm-tuxiang 11
    fcm聚类分析,用距离方法进行聚类画图,有一定的可操作性(FCM clustering analysis, using distance method for clustering drawing, has a certain operability.)
    2018-05-29 20:28:35下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载