-
motion-blur-Image-Restoration
说明: 用matlab开发的运动模糊复原程序,包括运动参数的估计、维纳滤波器的源代码(Development of the motion blur with matlab recovery procedures, including the motion parameters estimation, Wiener filter source code)
- 2011-03-26 22:07:58下载
- 积分:1
-
inst-part-6-force
This PDF introduce some vital information about electrical instrument in Persian Language.
- 2013-07-19 19:55:33下载
- 积分:1
-
Atiziliao
2014年全国数学建模A题相关资料 。欢迎下载。(A mathematical modeling problem related information. Welcome to download)
- 2014-09-12 19:16:50下载
- 积分:1
-
V2.0
MATLAB GUI设计学习手记(第二版)源程序
附赠 俄罗斯方块V2.0
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) source code comes with Tetris V2.0 book recommended learning methods: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design from the Chapter 1 of the book began to learn step-by-step. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:48:16下载
- 积分:1
-
Bairstow
Bairstow案例,主要是以matlab軟件來運算標準題型。(Bairstow cases, mainly matlab software to compute the standard questions.)
- 2013-12-17 14:45:38下载
- 积分:1
-
binary
binary search that returns a negative one if the number is not found This code does a bubble sort and then proforms the binary search
- 2015-03-04 20:18:43下载
- 积分:1
-
Rapid-simulated-annealing-algorithm
适用于油田探井布局计算的快速模拟退火算法matlab程序。(The calculation applies to oil field exploration wells layout fast simulated annealing algorithm matlab program.)
- 2012-05-24 01:17:43下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
card
this is a code which can get the expected value of choosing 52 cades.
- 2009-11-24 08:28:40下载
- 积分:1
-
icp
matlab code for Iterative Closest Point
- 2015-02-03 15:00:42下载
- 积分:1