-
calibration_Tsai
摄像机标定程序:用matlab语言编写,主程序为 Tsai,参考 TestData 以了解调用方法(camera calibration procedures : using Matlab language, the main program for Tsai, TestData reference to understand call methods)
- 2006-09-27 10:12:40下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
遗传算法
采用遗传算法分配微电网微源的潮流调度,从而实现微电网能量优化(Using Genetic Algorithm to Distribute Power Flow Scheduling of Microgrid Micro Sources to Realize Microgrid Energy Optimization)
- 2021-01-06 21:28:54下载
- 积分:1
-
cdmamodem
2个用户的DS CDMA ,2个用户长度必须相等(multiple access b/w 2 users using DS CDMA
user1 and user2 are vectors and they should be of equal length)
- 2010-10-12 10:33:58下载
- 积分:1
-
Exp2
MATLAB simulation of group velocity dispersion in an optical fiber
- 2011-02-10 22:25:34下载
- 积分:1
-
standard-PSO
标准粒子群优化算法Matlab 源代码 放心可用(PSO ALGORITHM matlab)
- 2013-10-13 10:56:18下载
- 积分:1
-
Hseries_7Level_Inverter_No1
说明: 七电平逆变器的Simulink模型,调制方式采用SPWM方式,拓扑为H桥级联。(The Simulink model of Seven-level inverters adopts SPWM modulation mode and H-bridge cascade topology.)
- 2021-04-19 21:58:50下载
- 积分:1
-
Astar
Astar算法MATLAB实现。最短路径检索。(Astar algorithm MATLAB. The shortest route search.)
- 2013-12-24 14:14:04下载
- 积分:1
-
MATLAB_program_syntax_programming_classic_design
MATLAB程序经典设计之语法编程MATLAB program syntax programming classic design(MATLAB program syntax classic design programming MATLAB program syntax programming classic design)
- 2010-08-02 09:08:54下载
- 积分:1
-
calculate
这学期开了软件工程工具及其应用这么课,任老师给我们教了matlab程序设计语言,做了课程实验,自己用matlab实现了计算器,发现MATLAB确实是一门很有用得计算机编程语言,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,功能强大,工应用范围广泛。
(Opened this semester and its application software engineering tools such class, any teacher taught us matlab programming language, has done a course experiments using matlab realize their own calculators, found that MATLAB is indeed a very useful computer programming language , which the numerical computation and visualization environment for integrated together, very intuitive, but also provides a large number of functions and powerful, the broad scope of application.)
- 2008-01-02 10:56:32下载
- 积分:1