-
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
-
PCM
说明: MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真(MATLAB program, based on the GUI interface design of PCM modulation, coding, simulation)
- 2008-11-21 20:52:00下载
- 积分:1
-
rayleigh
rayleigh,matlab的仿真,程序简单,容易实现,并易懂(rayleigh, matlab simulation, the program is simple, easy to implement and easy to understand)
- 2011-05-03 14:23:50下载
- 积分:1
-
Automatic-lathe-management
自动车床管理、数学建模大赛。最好的换刀方案,最好的检查周期,以降低成本。
(Automatic lathe management, mathematical modeling competition. The best solution for the sword, best check cycle, in order to reduce costs.
)
- 2011-12-31 00:00:53下载
- 积分:1
-
Movie
Makes a simple avi movie from a sequence of frames
The user can control the display time of each frame. The movie is created in the same folder where this function is run.
Usage:
Inputs:
name: root name of the framse
filetype: .bmp , .jpg , .jpeg , .tif ,,,,
number_of_frames: number of the frames
display_time_of_frame: it is the display time of each frame
Output:
it creates a file named as Movie.avi in the same folder of this function
- 2009-11-14 16:20:49下载
- 积分:1
-
callender
It is a call ender application
- 2014-09-16 19:11:31下载
- 积分:1
-
STC_PID
自校正PID控制,适用于二阶系统,对象参数未知的情况,MATLAB程序(Case self-tuning PID control for second-order system with unknown parameters object, MATLAB program)
- 2014-11-05 20:48:09下载
- 积分:1
-
Gestion
Ce programme a pour rô le la gestion d une scolarité, il a plusieurs fonctionnalités : ajout/suppression d un enseignant, ajout/suppression d un étudiant, ajout/suppression d un module, ajout/suppression d une filière.
- 2015-04-16 07:07:04下载
- 积分:1
-
Untitled2
Matlab code that has an exercise about signals processing.
- 2009-06-04 06:20:27下载
- 积分:1
-
11
说明: 这几个MATLAB代码是圆、直线的拟合曲线的源程序(MATLAB code for these is round, linear curve fitting source)
- 2009-10-14 14:58:59下载
- 积分:1