-
project
学习期间跟老师做的一个project,simulink 在工业控制中(石油开采)的基本应用。(Studying with a teacher to do a project, simulink in industry control (oil industry) of the basic application.)
- 2010-10-04 17:50:39下载
- 积分:1
-
MATLABimageprocessing
此书包含图像处理的各种函数命令和解析,读者一看就能明白!!!(This book contains various functions of image processing commands and parsing, the reader can understand a look! ! !)
- 2010-10-12 11:21:58下载
- 积分:1
-
CIELAB
Calculates coordinates (L*,a*,b*) in CIELAB color space
- 2010-01-09 19:46:47下载
- 积分:1
-
tensorlab
张量分析工具箱,很适合多方式成分分析与多传感器源数据融合。(tensor tool box, it s fitful for multi-way analysis and data fusion)
- 2015-01-07 17:13:49下载
- 积分:1
-
PSO
Particle Swarm Intelligence implementation in Matlab PSO
- 2011-12-13 20:18:04下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
La-machine-synchrone
Modelisation de la machine asynchrone avec matlab simulink
- 2014-01-21 20:53:59下载
- 积分:1
-
改进MFO算法2
说明: 改进MFO算法火焰更新方式,加快其收敛速度(The flame updating method of MFO algorithm is improved to accelerate its convergence speed)
- 2020-06-23 13:40:02下载
- 积分:1
-
motion_estimation
motion estimation.
input 2 images from the same video and after running the code, there will be an estimated image (the middle frame from 1 to 2)
- 2010-12-01 04:24:23下载
- 积分:1
-
matlabmiaoshu
分支定界法的matlab描述,其中有具体的代码信息 (Branch and bound method described in matlab)
- 2010-01-24 21:59:16下载
- 积分:1