登录
首页 » matlab » PHD_Gradient_pyramid

PHD_Gradient_pyramid

于 2020-07-14 发布
0 247
下载积分: 1 下载次数: 5

代码说明:

说明:  该压缩包内含有基于梯度金字塔变换的多模态图像融合方法的MATLAB代码,可以直接运行,得到融合结果。另外,压缩包内包括了多组已配准、待融合的图像示例,具体包括红外图像与可见光图像、CT与MR图像,多聚焦图像。本人还对代码进行了必要的解释。推荐下载(The compression package contains matlab code of multimodal image fusion method based on gradient pyramid transformation, which can be run directly to get fusion results. In addition, the compressed package includes several groups of images that have been registered and to be fused, including infrared images and visible images, CT and MR images, and multi focus images. I also gave the necessary explanation to the code. Recommended download.)

文件列表:

PHD_Gradient_pyramid\adb.m, 666 , 1999-08-16
PHD_Gradient_pyramid\data\clockA_1.jpg, 47737 , 2015-11-13
PHD_Gradient_pyramid\data\clockB_1.jpg, 42423 , 2015-11-13
PHD_Gradient_pyramid\data\medA.bmp, 196662 , 2015-07-16
PHD_Gradient_pyramid\data\medB.bmp, 196662 , 2015-07-16
PHD_Gradient_pyramid\data\source16_1.bmp, 253270 , 2012-05-03
PHD_Gradient_pyramid\data\source16_2.bmp, 253270 , 2012-05-03
PHD_Gradient_pyramid\data\source18_1.tif, 116608 , 2012-04-21
PHD_Gradient_pyramid\data\source18_2.tif, 177526 , 2012-04-21
PHD_Gradient_pyramid\dec2.m, 191 , 1999-08-16
PHD_Gradient_pyramid\es2.m, 493 , 1999-08-16
PHD_Gradient_pyramid\fusion_gradient_pyramid.m, 4252 , 2020-07-14
PHD_Gradient_pyramid\isgray_1.m, 1342 , 2015-09-07
PHD_Gradient_pyramid\isind.m, 1636 , 2015-09-06
PHD_Gradient_pyramid\selb.m, 465 , 1999-08-16
PHD_Gradient_pyramid\selc.m, 1763 , 2016-10-09
PHD_Gradient_pyramid\undec2.m, 225 , 1999-08-16
PHD_Gradient_pyramid\data, 0 , 2020-07-14
PHD_Gradient_pyramid, 0 , 2020-07-14

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

发表评论

0 个回复

  • Haar-like
    本程序实现选定图像的Haar-like特征提取功能,方便学习者能直观的看到各类Haar-like特征值。代码简单易于理解。(The program implements the selected image Haar-like feature extraction function to facilitate the learners can visually see all kinds of Haar-like feature values. Code is simple and easy to understand.)
    2014-10-09 09:47:47下载
    积分:1
  • EmgucvTest
    用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步(With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel operator, edge roberts operator and Prewitt operator extraction. Various algorithms to achieve their own instead of calling a function. But reading the image information is used emgucv. The same hopes and common progress of students new to emgucv)
    2013-11-26 09:32:22下载
    积分:1
  • otsu
    利用otsu算法实现图片的自动多阈值分割;用matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像(Using otsu algorithm to realize multi- threshold segmentation of pictures)
    2020-07-09 16:18:55下载
    积分:1
  • A-Robust-Image-Enhancement
    一种鲁棒性较强的提高图像阴影区域质量的图像增强技术,LITAO(A Robust Image Enhancement Technique for Improving Image Visual Quality in Shadowed Scenes)
    2011-06-18 03:25:51下载
    积分:1
  • houghtuoyuan3
    利用霍夫变换进行椭圆检测,无需模板,不同的图片只需要更改个别参数(Ellipse detection using Hough transform, without templates, a different picture only need to change individual parameters)
    2013-08-26 09:34:49下载
    积分:1
  • OSTU
    说明:  用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)
    2019-05-14 16:22:31下载
    积分:1
  • main
    图像亮度和对比度调节,已验证,分别有亮度调节和对比度调节的调整框(Image brightness and contrast adjustment, has been verified, respectively, brightness adjustment and contrast ad)
    2017-03-26 20:25:06下载
    积分:1
  • image-_det_seg
    基于各向异性扩散的医学图像的边缘检测与分割处理(Based on the anisotropic diffusion of medical image segmentation and edge detection)
    2015-07-01 17:03:41下载
    积分:1
  • 第四次作业
    说明:  1.使用medfilt2函数对‘lena.bmp’进行不同模板大小的中值滤波,并观察效果 2.使用fspecial函数构造‘gaussian’, ‘sobel’, ‘prewitt’, ‘laplacian’, ‘average’等不同滤波算子,使用filter2函数对‘cameraman.tif ’进行滤波,观察不同滤波器的效果 3.设计频域理想低通和理想高通滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变截止频率,观察对结果的影响。 4.对‘homo.bmp’进行同态滤波,其中频域同态滤波器自行设计。要求在程序注释中说明你设计该滤波器的思想。(1' lena.bmp 'The median filtering with different template sizes was carried out and the effect was observed2. Fsspecial function is used to construct different filter operators such as' Gaussian ',' Sobel ',' Prewitt ',' Laplacian ',' average ', etc' cameraman.tif 'Filter and observe the effect of different filters3. Design ideal low pass and ideal high pass filters in frequency domain' phantom.bmp 'The image is filtered in frequency domain and the filtering result is displayed. Then change the cut-off frequency and observe the effect on the results.4. Yes' homo.bmp 'The homomorphic filter is designed by ourselves. The idea of designing the filter should be explained in the program notes.)
    2020-12-11 21:53:25下载
    积分:1
  • mat12
    一个很好的学习图像处理的函数的例子程序,对于初级学习者来说,有很好的帮助,对于初学习者非常适合!(a good learning image processing function examples procedures for primary learners, good help, very suitable for early learners!)
    2007-03-22 23:21:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载