当前位置:网站首页>[image fusion] image fusion based on MATLAB directional discrete cosine transform and principal component analysis [including Matlab source code 1907]
[image fusion] image fusion based on MATLAB directional discrete cosine transform and principal component analysis [including Matlab source code 1907]
2022-06-25 04:45:00 【Poseidon light】
One 、 How to get the code
How to get the code 1:
The complete code has been uploaded to my resources :【 Image fusion 】 be based on matlab Directional discrete cosine transform and principal component analysis image fusion 【 contain Matlab Source code 1907 period 】
How to get the code 2:
By subscribing to Ziji Shenguang blog Paid column , With proof of payment , Private Blogger , This code is available .
remarks :
Subscribe to Ziji Shenguang blog Paid column , Free access to 1 Copy code ( The period of validity From the Subscription Date , Valid for three days );
Two 、 Partial source code
%%
close all;
clear all;
home;
%%
dflg = 1; % 0: no display OR 1: display
aflag = 1; % 1: Average, 2: max rule OR 3: energy rule
bs = 4; %[4 8 16 32 64 128 256]; block size
%%
% insert images
imt = im2double(imread('saras9t.jpg'));
im1 = im2double(imread('saras91.jpg'));
im2 = im2double(imread('saras92.jpg'));
if dflg == 1
figure(1);
subplot(121);imshow(im1);title('image to be fused - im1');
subplot(122);imshow(im2);title('image to be fused - im2');
pause(1);
end
%%
mode = [0 1 3 4 5 6 7 8]; % directional mode
lmode = length(mode);
%%
if aflag == 1 % fusion by DDCT average rule
h1 = waitbar(0,'Please wait...');
for j=1:lmode
imf1{
j} = DDCTIFav(im1,im2,bs,mode(j));
waitbar(j/lmode,h1);
end
close(h1);
end
3、 ... and 、 Running results


Four 、matlab Edition and references
1 matlab edition
2014a
2 reference
[1] Cai Limei .MATLAB The image processing —— theory 、 Algorithm and example analysis [M]. tsinghua university press ,2020.
[2] Yang Dan , Zhao Haibin , Long Zhe .MATLAB Detailed explanation of image processing examples [M]. tsinghua university press ,2013.
[3] Zhou pin .MATLAB Image processing and graphical user interface design [M]. tsinghua university press ,2013.
[4] Liu Chenglong . Master MATLAB The image processing [M]. tsinghua university press ,2015.
边栏推荐
- Data view for gbase 8s
- 第九章 APP项目测试(2) 测试工具
- Upgrade PHP to php7 X (III) failure of wechat payment callback
- Method of opening data recovery of solid state disk
- 本轮压力测试下,DeFi协议们表现如何?
- OOP栈类模板(模板+DS)
- [untitled]
- Kotlin Compose 完善toDo项目 Surface 渲染背景 与阴影
- Use text analysis to identify the main gender in a text
- 为什么TCP握手刚刚好是3次呢?
猜你喜欢

LabVIEW development gas regulator

哪个编程语言实现hello world最烦琐?

本轮压力测试下,DeFi协议们表现如何?

Record small knowledge points

多睡觉,能减肥,芝加哥大学最新研究:每天多睡1小时,等于少吃一根炸鸡腿...

At the age of 30, I began to learn programming by myself. Is it still time for me to have difficulties at home?

CTF_ Web: Changan cup-2021 old but a little new & asuka

为什么SQL语句命中索引比不命中索引要快?

深度学习——几种学习类型

Machine learning deep learning -- Vectorization
随机推荐
Web3 DApp用户体验最佳实践
CTF_ Web: deserialization learning notes (I) classes and objects in PHP
JS arguments
Multithreading structure of gbase 8s
JS call() and apply()
计算学生成绩等级(虚函数和多态)
Join() in JSZ
华为鸿蒙开发第四课
cannot import name ‘escape’ from ‘jinja2’【成功解决】
CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep
冰冰学习笔记:循环队列的实现
CTF_ Web: Advanced questions of attack and defense world expert zone WP (9-14)
LabVIEW development gas regulator
GBASE 8s存储过程语法结构
leetcode1221. 分割平衡字符串
Php7.2 add JPEG extension
Deep learning - several types of learning
Cascading deletion of gbase 8s
File upload vulnerability shooting range upload labs learning (pass1-pass5)
小白一键重装官网下载使用方法