登录
首页 » matlab » image_fusion

image_fusion

于 2020-06-30 发布 文件大小:984KB
0 92
下载积分: 1 下载次数: 131

代码说明:

  本程序集合了互信息配准,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.)

文件列表:

image_fusion
............\.DS_Store,6148,2013-07-13


............\A.tif,264090,2002-01-05
............\B.tif,264026,2002-01-05


............\Fusion.m,2271,2013-03-23
............\GLPF.m,519,2013-03-25
............\imagefusion.fig,23489,2013-03-26
............\imagefusion.m,11083,2013-03-26
............\Powell.m,2605,2013-03-25
............\PV.m,3289,2013-03-25
............\WaveletImageFusion.m,13298,2013-03-25
............\程序副本.docx,107274,2013-04-19
............\说明文档.docx,233434,2013-07-13
__MACOSX
........\image_fusion
........\............\._程序副本.docx,172,2013-04-19
........\............\._说明文档.docx,172,2013-07-13

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

发表评论

0 个回复

  • BMP_pix_read_write
    实现BMP文件的基本功能。用C++实现一个Class,该Class具有读写BMP文件功能;该Class还具有对图像像素进行操作的功能(针对每个像素的读、写) (BMP files to achieve the basic functions. Using C++ implementation of a Class, the Class has read and write BMP file functions the Class also features the image pixel operation function (for each pixel of the read, write))
    2010-06-03 15:50:25下载
    积分:1
  • work7
    实现图像匹配,ssda算法,自主截图选择匹配位置(To achieve image matching, ssda algorithm, self-selection match position screenshots)
    2010-03-10 21:25:37下载
    积分:1
  • adaptivegeneticagrithorm
    基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理(based on adaptive technology GA Matlab source can be applied to the image denoising)
    2006-09-20 11:11:14下载
    积分:1
  • 程序
    说明:  InSAR数据处理研究,其中采用最小二乘和质量图指导两种相位解缠方法(The research of InSAR Data processing)
    2020-06-29 08:20:02下载
    积分:1
  • halcon-机器视觉-3d-laser-line
    【实例简介】
    2021-06-24 00:31:13下载
    积分:1
  • HESSIAN
    黑塞矩阵(Hessian Matrix),又译作海森矩阵、海瑟矩阵、海塞矩阵等,是一个多元函数的二阶偏导数构成的方阵,描述了函数的局部曲率。黑塞矩阵最早于19世纪由德国数学家Ludwig Otto Hesse提出,并以其名字命名。黑塞矩阵常用于牛顿法解决优化问题,利用黑塞矩阵可判定多元函数的极值问题。在工程实际问题的优化设计中,所列的目标函数往往很复杂,为了使问题简化,常常将目标函数在某点邻域展开成泰勒多项式来逼近原函数,此时函数在某点泰勒展开式的矩阵形式中会涉及到黑塞矩阵。(Hessian Matrix, is a square matrix of the second order partial derivative of the multivariate function, which describes the local curvature of the function. The Hesse matrix was first proposed by the German mathematician Ludwig Otto Hesse in the 19th century and named after it. Hesse matrix is often used in Newton method to solve the optimization problem, using the black plug matrix to determine the extreme function of the extreme value problem.)
    2017-09-12 13:58:39下载
    积分:1
  • anisodiff
    说明:  将小波和各向异性扩散结合,对超声图像进行去噪。效果较好(The combination of wavelet and anisotropic diffusion for ultrasonic image denoising. Better)
    2009-07-22 21:58:43下载
    积分:1
  • EXP
    说明:  注:运行前自己准备图像,修改I = imread('')单引号中的路径 1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。 2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。 3. 图像平移和旋转 4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
    2020-08-15 08:49:44下载
    积分:1
  • Histogramequalizationprocessingprogrammingguide
    直方图均衡化处理编程指南及实验报告,数字图像处理及应用,阮秋琦教授,北京交通大学(资源分享)。(Histogram equalization processing programming guide and laboratory reports,Application of digital image processing and Beijing Jiaotong University, Professor Ruan Qiuqi)
    2010-11-17 12:50:55下载
    积分:1
  • 612940
    图像的中值滤波源码例程程序结合易语言数值计算支持库和图像格式转换支持库,调用正态分布图像处理模块实现图像的中值滤波功能。(Image median filtering routine program combined with easy language source numerical support libraries and image format conversion support library , call the normal image processing module median filtering images.)
    2016-02-13 21:17:03下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载