-
2187
说明: 数字图像处理及matlab实现数字图像处理及matlab实现(Digital image processing and digital image processing matlab and matlab to achieve)
- 2008-11-06 17:01:56下载
- 积分:1
-
correlCorresp
matlab 实现双目视觉的三维重建 利用两张图片重建三维信息(matlab achieve binocular vision three-dimensional reconstruction)
- 2015-05-26 18:22:47下载
- 积分:1
-
dspmatlab
说明: 详细介绍数字信号处理及MATLAB应用实现的书籍(Detailed application of digital signal processing and MATLAB realization of the books)
- 2010-03-17 19:20:51下载
- 积分:1
-
model-based-inversion
model based seismic inversion
- 2020-10-16 15:37:28下载
- 积分:1
-
SVPWM的具体实现
五段式空间电压矢量SVPWM的具体实现介绍(The principle and course of space voltage vector SVPWM)
- 2018-03-09 15:05:31下载
- 积分:1
-
maingaelit
说明: 道路检测和分割算法。(使用的是遗传算法来实现的)(a algorithm for dividing road)
- 2011-03-20 19:48:12下载
- 积分:1
-
模块化多电平换流器半实物仿真平台设计
说明: 模块化多电平换流器基于半实物仿真平台的设计方案(Design of modular multilevel converter based on hardware in the loop simulation platform)
- 2021-01-30 16:38:38下载
- 积分:1
-
toolbox_calib
摄像机的标定、角点的提取、三维空间的重建、最后生成矫正后无畸变的图形(Camera Calibration,This section takes you through a complete calibration example based on a total of 20 (and 25) images of a planar checkerboard.
This example lets you learn how to use all the features of the toolbox: loading calibration images, extracting image corners, running the main calibration engine, displaying the results, controlling accuracies, adding and suppressing images, undistorting images, exporting calibration data to different formats... This example is highly recommended for someone who is just starting using the toolbox.
)
- 2011-05-12 11:12:16下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
Matlab-filting
使用matlab实现各种滤波功能,设计出高通滤波,低通滤波,带通带阻滤波等滤波器(Using matlab to achieve a variety of filtering, to design a high-pass filter, low-pass filtering, band-stop filter bandpass filter)
- 2013-03-25 10:31:55下载
- 积分:1