当前位置:网站首页>【图像融合】基于形态学分析结合稀疏表征实现图像融合附matlab代码
【图像融合】基于形态学分析结合稀疏表征实现图像融合附matlab代码
2022-06-25 09:54:00 【Matlab科研工作室】
1 简介
In this letter, a sparse representation (SR) model named convolutional sparsity based morphological component analysis (CS-MCA) is introduced for pixel-level medical image fusion. Unlike the standard SR model, which is based on single image component and
2 部分代码
clear allclose allclcaddpath(genpath('SparseCode'));addpath(genpath('Util'));load('dictionary/Dc_8_8_32.mat')load('dictionary/Dt_8_8_32.mat')img1=imread('sourceimages/source1.tif');img2=imread('sourceimages/source2.tif');imgf=CSMCA_Fusion(img1,img2,Dc,Dt);figure,subplot(131);imshow(img1);title('图1')subplot(132);imshow(img2);title('图2')subplot(133);imshow(imgf);title('融合图')imwrite(imgf,'Results/fused_csmca.tif');
3 仿真结果

4 参考文献
[1]Liu, Yu, Chen, et al. Medical Image Fusion via Convolutional Sparsity Based Morphological Component Analysis[J]. IEEE Signal Processing Letters, 2019.
博主简介:擅长智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真,相关matlab代码问题可私信交流。
部分理论引用网络文献,若有侵权联系博主删除。
边栏推荐
- Flask博客实战 - 实现侧边栏文章归档及标签
- [200 opencv routines] 210 Are there so many holes in drawing a straight line?
- Linked list delete nodes in the linked list
- Neat Syntax Design of an ETL Language (Part 2)
- [today in history] June 24: Netease was established; The first consumer electronics exhibition was held; The first webcast in the world
- String implementation strstr()
- DDS learning notes of opendds
- 国信证券证券账户开户安全吗
- How to develop wechat applet? How to open a wechat store
- SQL to object thinking vs SQL of object thinking
猜你喜欢

The real difference between i++ and ++i

Basic usage and principle of schedulemaster distributed task scheduling center

Houdini graphic notes: could not create OpenCL device of type (houdini_ocl_devicetype) problem solving

Linked list delete nodes in the linked list

ShardingSphere-Proxy 4.1 分库分表

Redis (II) distributed locks and redis cluster construction

我希望按照我的思路盡可能將canvas基礎講明白

字符串 实现 strStr()

Houdini图文笔记:Your driver settings have been set to force 4x Antialiasing in OpenGL applications问题的解决

The title of my composition is - "my district head father"
随机推荐
Flutter dialog: cupertinoalertdialog
Neat Syntax Design of an ETL Language (Part 2)
I have summarized the knowledge points of JS [intermediate and advanced] for you
[paper reading | deep reading] drne:deep recursive network embedding with regular equivalence
Macro application connector\
Flask blog practice - realize the latest articles and search in the sidebar
Modbus协议与SerialPort端口读写
Flask博客实战 - 实现侧边栏文章归档及标签
【OpenCV 例程200篇】210. 绘制直线也会有这么多坑?
Redis (I) principle and basic use
之前字符串反转的题目
Redis (II) distributed locks and redis cluster construction
Etcd tutorial - Chapter 4 etcd cluster security configuration
Fluent: target support file /pods runner / pods runner frameworks Sh: permission denied - stack overflow
ShardingSphere-Proxy 4.1 分库分表
【动态规划】—— 数字三角形
【论文阅读|深读】DRNE:Deep Recursive Network Embedding with Regular Equivalence
Free applet making tool, how to make wechat applet
Request&Response有这一篇就够了
WPF prism framework