-
MVQrara
用matlab实现基于LBGG算法的向量量化编码可直接使用。
(Using matlab to achieve vector quantization coding based on LBGG algorithms can be used directly.)
- 2012-07-18 11:28:39下载
- 积分:1
-
espresso.tar
The implemention of the famous logic minimization algorithm, espresso.
Be able to generate makefile automatically(The implemention of the famous logic minimization algorithm, espresso.)
- 2015-01-27 10:38:29下载
- 积分: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
-
matlab
说明: 这是一个matlab结合神经网络的预测程序,挺全德 具体的自己看(This is a combination of neural network prediction matlab program, very specific view of ourselves all over Germany)
- 2010-04-14 12:17:04下载
- 积分:1
-
sift-match
SIFT -MATCH BY David Lowe USING C AND MATLAB(SIFT-MATCH BY David Lowe USING C AND MATLAB)
- 2014-02-21 17:10:57下载
- 积分:1
-
Archiv
Some logic stuff. for example Recursive Pi calculation. Part of Thesis at the TH-Nuernberg
- 2014-10-11 11:36:11下载
- 积分:1
-
wreadxls
使用matlab读写Excel内容方法,最详细,可以作为参考使用。(Use matlab to read and write Excel the contents method, the most detailed, can be used as a reference.)
- 2013-04-09 22:25:07下载
- 积分:1
-
CSTR
利用matlab建立的一个简单CSTR模型,带有pid控制回路(A CSTR model built by matlab code with a PID controller)
- 2020-12-24 16:39:06下载
- 积分:1
-
Path_Planning_Simulator-master
路径规划的几种改进的算法的仿真模拟,可直接运行,包括改进的a星人工势场等等(path planning simulation)
- 2021-03-12 21:49:25下载
- 积分:1
-
Matlab-technical-journals
matlab 技术期刊,对于学习matlab很实用(Matlab technical journals, it is very useful for learning matlab )
- 2013-12-05 21:57:32下载
- 积分:1