当前位置:网站首页>【图像融合】基于耦合特征学习的多模式医学图像融合附matlab代码
【图像融合】基于耦合特征学习的多模式医学图像融合附matlab代码
2022-06-26 06:43:00 【Matlab科研工作室】
1 简介
Multimodal image fusion aims to combine relevant information from images acquired with different sensors. In medical imaging, fused images play an essential role in both standard and automated diagnosis. In this paper, we propose a novel multimodal image fusion method based on coupled dictionary learning. The proposed method is general and can be employed for different medical imaging modalities. Unlike many current medical fusion methods, the proposed approach does not suffer from intensity attenuation nor loss of critical information. Specifically, the images to be fused are decomposed into coupled and independent components estimated using sparse representations with identical supports and a Pearson correlation constraint, respectively. An alternating minimization algorithm is designed to solve the resulting optimization problem. The final fusion step uses the max-absolute-value rule. Experiments are conducted using various pairs of multimodal inputs, including real MR-CT and MR-PET images. The resulting performance and execution times show the competitiveness of the proposed method in comparison with state-of-the-art medical image fusion methods.
2 部分代码
%%% color-greyscale mutimodal image fusion (functional-anatomical)clear% clcaddpath('utilities');%% fusion problem% fusion_mods = 'T2-PET';% fusion_mods = 'T2-TC';fusion_mods = 'T2-TI';% fusion_mods = 'Gad-PET';%% parametersopts.k = 5; % maximum nnonzero entries in sparse vectorsopts.rho = 10; % optimization penalty termopts.plot = false; % plot decomposition components%% loading input imagesI1rgb = double(imread(['Source_Images\' fusion_mods '_A.png']))/255;I1ycbcr = rgb2ycbcr(I1rgb);I1 = I1ycbcr(:,:,1);I2 = double(imread(['Source_Images\' fusion_mods '_B.png']))/255;if size(I2,3)>1, I2 = rgb2gray(I2); end%% performing decomposition and fusionn = 32; b = 8;D0 = DCT(n,b); % initializing the dictionaries with DCT matricestic;[~,~,Ie1,Ie2,D1,D2,A1,A2] = perform_Corr_Ind_Decomp(I1,I2,D0,D0,opts); % Decomposition[IF, IF_int] = Fuse_color(Ie2,Ie1,D2,D1,A2,A1,I1ycbcr); % Fusiontoc; % runtime%% resultsF = uint8(IF*255);imwrite(F,['Results\' fusion_mods '_F.png']);figure(23)subplot 131imshow(I1rgb,[])xlabel('I_1')subplot 132imshow(I2,[])xlabel('I_2')subplot 133imshow(IF,[])xlabel('I^F')%% dictionary atoms% ID1 = displayPatches(D1);% ID2 = displayPatches(D2);%% figure(37)% subplot 121% imshow(ID1)% xlabel('D1')% subplot 122% imshow(ID2)% xlabel('D2')
3 仿真结果


4 参考文献
[1] Veshki F G , Ouzir N , Vorobyov S A , et al. Coupled Feature Learning for Multimodal Medical Image Fusion[J]. 2021.
博主简介:擅长智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真,相关matlab代码问题可私信交流。
部分理论引用网络文献,若有侵权联系博主删除。
边栏推荐
- TCP連接與斷開,狀態遷移圖詳解
- Customer Stories | Netease spring breeze: the "spring breeze" of the fun industry, reaching out to all areas through in-depth interaction
- Type de Typescript
- China polyphenylene oxide Market Development Prospect and Investment Strategy Research Report 2022-2027
- Everything is a vector. The service practice of iqiyi online vector recall project
- Load balancer does not have available server for client: userService问题解决
- Show statement usage supplement
- When vs code uses prettier to format JS, there is a space between the name of the function definition and the parentheses, and ESLIt does not allow this space
- Jasminum plug-in of Zotero document management tool
- On a classical problem
猜你喜欢

MYSQL触发器要如何设置,简单教程新手一看就会

Open source demo| you draw and I guess -- make your life more interesting

Gof23 - prototype mode

STM 32 uses cube to generate Tim to trigger ADC and transmit through DMA
A new paradigm for large model application: unified feature representation optimization (UFO)

LabVIEW Arduino tcp/ip remote smart home system (project part-5)

Kotlin Compose 状态恢复 rememberSaveable 与 remember

【yolov4】基于yolov4深度学习网络目标检测MATLAB仿真

Pagoda server setup and database remote connection

Kotlin compose state recovery remembersaveable and remember
随机推荐
在公司逮到一个阿里10年的测试开发,聊过之后大彻大悟...
SQL中空值的判断
Play with a variety of application scenarios and share secrets with Kwai MMU
Unsatisfied dependency expressed through field ‘baseMapper‘; nested exceptio
STM32F1与STM32CubeIDE编程实例-热敏传感器驱动
【golang】time相关
Pytorch uses multi GPU parallel training and its principle and precautions
[digital signal processing] basic sequence (basic sequence lists | unit pulse sequence | unit pulse function | discrete unit pulse function | difference between unit pulse function and discrete unit p
Load balancer does not have available server for client: userService问题解决
Lightgbm-- parameter adjustment notes
Bugku exercise ---misc--- prosperity, strength and democracy
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
Laravel 实现 groupBy 查询分组数量
Load balancer does not have available server for client: userservice problem solving
成水最多的容器
Format one insert per line using mysqldump- Using mysqldump to format one insert per line?
MYSQL触发器要如何设置,简单教程新手一看就会
China polyphenylene oxide Market Development Prospect and Investment Strategy Research Report 2022-2027
营销技巧:相比较讲产品的优点,更有效的是要向客户展示使用效果
Research Report on market supply and demand and strategy of Chinese amyl cinnamaldehyde (ACA) industry