-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
genetic
说明: 基因算法求f(x)最小值 s.t. l <= x <= u(Gene Algorithm for Finding f (x) the minimum st l < = x < = u)
- 2011-02-23 13:29:09下载
- 积分:1
-
PSO---Multiple
File with compression factor of the particle swarm algorithm, the weight to improve particle swarm optimization, adaptive weighting method, the random weighting method, particle swarm optimization variable learning factor, learning factor of asynchronous change, the second-order particle swarm optimization, second-order oscillating particle swarm algorithm, chaotic particle swarm optimization, hybrid particle swarm optimization, hybrid particle swarm optimization, simulated annealing algorithm
- 2013-12-10 05:36:21下载
- 积分:1
-
Vibration-Simulation-Using-MATLAB-and-ANSYS---Mic
Vibration Simulation Using MATLAB and ANSYS - Michael R Hatch
- 2012-10-27 00:59:22下载
- 积分:1
-
tangyeng
sar图像去噪的几种新的方法,数学方法是部分子空间法,分数阶傅里叶变换计算方面。( Several new methods sar image denoising, Mathematics is part of the subspace, Fractional Fourier transform computing.)
- 2016-09-06 21:53:43下载
- 积分:1
-
shichangfa
MATLAB人工势场法算法源代码 可以用于移动机器人路径规划上面(MATLAB artificial potential field algorithm source code can be used for Mobile Robot Path Planning above)
- 2009-03-22 18:10:39下载
- 积分:1
-
KrigingToolboxV2.0
Kriging插值工具箱,可做可历尽内插(Kriging interpolation toolbox, can be experienced all kinds of interpolation)
- 2020-12-21 20:29:08下载
- 积分:1
-
Smooth_hing_placed_in_pairs
模拟光滑铰链连成双摆的运动轨迹,工程力学专业课程设计(Smooth hinge placed in pairs)
- 2011-01-01 13:28:27下载
- 积分:1
-
active_filter
该SIMULINK程序描述的是有源滤波器(APF)挂载在电网后滤除了电网的谐波电流。(This demonstration illustrates the use of a shunt active harmonic filter (AHF) to minimize the harmonic content propagated to the source a non-linear load.)
- 2015-05-08 21:24:06下载
- 积分:1
-
rm857
说明: 基于matlab/Simulink搭建的单相Spwm逆变器的仿真模型(Simulation model of single-phase SPWM inverter based on MATLAB / Simulink)
- 2020-02-02 15:52:06下载
- 积分:1