当前位置:网站首页>【图像融合】基于形态学分析结合稀疏表征实现图像融合附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 all
close all
clc
addpath(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代码问题可私信交流。
部分理论引用网络文献,若有侵权联系博主删除。
边栏推荐
- Principle of distribution: understanding the gossip protocol
- Create menu file
- 单片机开发---基于ESP32-CAM的人脸识别应用
- WebApi性能优化
- Floating window --- create an activity floating window (can be dragged)
- 在Microsoft Exchange Server 2007中安装SSL证书的教程
- Redis (II) distributed locks and redis cluster construction
- What is CRA
- The problem of automatic page refresh after the flyer WebView pops up the soft keyboard
- Kotlin common standard functions
猜你喜欢
The title of my composition is - "my district head father"
How to make a self-service order wechat applet? How to do the wechat order applet? visual editing
String implementation strstr()
How to build a wechat applet? How to open an applet?
Linked list delete nodes in the linked list
WebApi性能优化
Redis (II) distributed locks and redis cluster construction
Houdini图文笔记:Could not create OpenCL device of type (HOUDINI_OCL_DEVICETYPE)问题的解决
Kotlin advanced generic
Mengyou Technology: six elements of tiktok's home page decoration, how to break ten thousand dollars in three days
随机推荐
Solutions using protobuf in TS projects
[paper reading | deep reading] drne:deep recursive network embedding with regular equivalence
单片机进阶---PCB开发之照葫芦画瓢(二)
JS【中高级】部分的知识点我帮你们总结好了
Flask博客实战 - 实现侧边栏文章归档及标签
Consul的基本使用与集群搭建
Macro application connector\
The title of my composition is - "my district head father"
Principle of distribution: understanding the gossip protocol
ShardingSphere-Proxy 4.1 分庫分錶
【动态规划】—— 数字三角形
Basic use and cluster construction of consult
ShardingSphere-Proxy 4.1 分库分表
Your driver settings have been set to force 4x antialiasing in OpenGL applications
Jetpack compose layout (I) - basic knowledge of layout
WPF prism framework
Floating window --- create an activity floating window (can be dragged)
Etcd tutorial - Chapter 4 etcd cluster security configuration
Free platform for wechat applet making, steps for wechat applet making
How to do the wechat selling applet? How to apply for applets