-
mse_lmse
组合需要读取的图像文件直接路径和间接路径,读取jpg图像,并计算压缩图像和无压缩图像的均方值和LMSE(Combination needs to read the image files of the direct path and indirect path, to read the jpg image, and calculate the mean square value of compressed images and uncompressed images and LMSE)
- 2012-11-23 21:43:13下载
- 积分:1
-
erzhiyasuo
能够利用游程编码和四叉树编码完成图像二值压缩。(Can use run-length coding and quadtree coding of image binary compression.)
- 2010-05-17 19:37:18下载
- 积分:1
-
8
说明: 龚纯主编的“matlab语言常用算法程序集”的第8章源代码(Gong pure edited matlab language commonly used algorithm for assembly, " the source code of Chapter 8)
- 2012-12-03 19:06:20下载
- 积分:1
-
calibration
Tsai和zhang的图像标定方法的matlab实现(Tsai and zhang image calibration method to achieve the matlab)
- 2007-12-11 21:55:00下载
- 积分:1
-
Calc_Azimuth_Elevation
matlab source code from mathworks
- 2009-03-28 22:24:03下载
- 积分:1
-
youyuanbihuan
说明: 此仿真实现了单位功率因数的有源逆变,也可功率因数可调。(The simulation of active power factor of the unit, also can be inverter power factor can be adjusted.
)
- 2011-03-17 14:45:48下载
- 积分:1
-
wigner
这是一个基于matlab维纳滤波的m程序,多用于信号处理和图像处理,还包含两个应用,供大家参考。(This is a Matlab-based Wiener filtering m procedures used for signal processing and image processing. also includes two applications, for your reference.)
- 2007-03-27 00:29:56下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
findSimilar3.m.tar
find similar faces with eigenfaces.
- 2009-12-25 04:42:01下载
- 积分:1
-
7941969VCandMatlab
一份用matlab7.0编写的mc算例,希望有大的帮助(Prepared using a matlab7.0 example mc, I hope there is a big help)
- 2009-06-23 15:41:38下载
- 积分:1