-
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
-
Assignment-1_2011
Image Processing with MATLAB
Assignment 1 – Submission Deadline 5pm 4th February 2011
Instructions(Image Processing with MATLAB Assignment 1- Submission Deadline 5pm 4th February 2011 Instructions)
- 2011-01-23 06:24:34下载
- 积分:1
-
report__2011-9-28-8-43-54
红外图像增强的MATLAB程序
包括小波变换,高通滤波等(ir enhance)
- 2011-10-04 03:57:22下载
- 积分:1
-
fractal_image
2 M-files are being uploaded for image Partitioning & image averaging. Some example images are attached. These Programme also Calculate time taken in Partitioning & image averaging.
- 2011-11-01 22:33:53下载
- 积分:1
-
l2_bayes_classifier
machine learning 方面有关于The Bayes Classifier的资料,语言是python(machine learning aspects have The Bayes Classifier information about language is python)
- 2013-12-07 23:24:23下载
- 积分:1
-
pc-shengka1
一个基于PC声卡和matlab的实时语音信号采集分析系统,带有界面图形,功能较完善,这是读研究生的时候,导师安排的项目编写的(A PC-based real-time sound and matlab voice signal acquisition and analysis system with a graphical interface, function better, which is in graduate school, I arranged for the preparation of project mentor)
- 2013-12-18 19:30:47下载
- 积分:1
-
robot_adaptive_control
adaptive control of robot manupulator
- 2013-02-25 00:09:32下载
- 积分:1
-
DisDtCorrelativity
说明: 计算不同采样率的两个地震道的互相关函数,两个地震道的采样是不一样的。(Different sampling rates of the two seismic cross-correlation function)
- 2009-07-25 15:25:23下载
- 积分:1
-
MATLAB-Symbolic---FARSI
symbolic matlab in farsi
- 2012-09-01 04:20:31下载
- 积分:1
-
Haze-remove
图像去雾算法Matlab代码,可以实现图像去雾处理(Haze remove code)
- 2013-12-22 20:20:18下载
- 积分:1