-
matlab
MATLAB的一些实例,包括神经网络,小波变换,绘图,GUI等(Some examples of MATLAB, including neural networks, wavelet transform, graphics, GUI, etc.)
- 2009-06-24 20:57:42下载
- 积分:1
-
FDD
matlab编写的频域分解法程序,可以在此基础上进行改进.(matlab prepared frequency domain decomposition procedures can be improved on this basis.)
- 2021-03-06 13:29:31下载
- 积分:1
-
Example-based-SR
基于学习的图像超分辨率重建,可以进一步了解基于学习的方法。(Learning-based super-resolution image reconstruction, we can further understand the learning-based approach.)
- 2020-10-29 11:59:57下载
- 积分:1
-
时间差定位技术TDOA之chan算法
到达时间差定位技术TDOA之chan算法(Time Difference of Arrival chan algorithm of TDOA location technology)
- 2020-06-28 21:00:02下载
- 积分:1
-
matclass
The MatClass IV Toolbox for MatLab has been developed to support experiments
on feature based classification problems. (The MatClass IV Toolbox for MatLab has been developed to support experimentson feature based classification problems.)
- 2008-01-24 10:54:19下载
- 积分:1
-
payment_calc
用Matlab的GUI编写的计算器程序,在这个界面中,可自行输入贷款金额、利率与时间,求算贷款利息。(Matlab' s GUI with the preparation of the calculator program, at this interface, you can enter the loan amount, interest rate and time, calculating loan interest.)
- 2009-04-01 18:46:11下载
- 积分:1
-
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
-
FastICA_25
这是关于matlab中ica工具箱,本工具箱下载即可方便按照。(This can be convenient in accordance about matlab ica Toolbox, the Toolbox download.)
- 2012-11-01 20:37:33下载
- 积分:1
-
zhangzhengyou
相机坐标变换标定矩阵的张正友算法,用于标定相机图像坐标与世界坐标的关系(Coordinate transformation matrix camera Zhengyou calibration algorithm used to calibrate the camera image coordinates and world coordinates relations)
- 2014-01-02 17:40:16下载
- 积分:1
-
filesForMATLABCentral
Graphical evaluation for convolution
- 2018-03-05 14:06:46下载
- 积分:1