-
Matla--Image2
MATLAB图像处理中的实力应用 ,在文字识别,车牌识别中有较为广泛的应用,第2部分(MATLAB image processing in the strength of applications, in character recognition, license plate recognition to have a fairly wide range of applications, Part 2)
- 2008-12-22 19:24:13下载
- 积分:1
-
Matlab
学习MATLAB的教学课件,对初学者MATLAB有很大的帮助,(This paper is a courseware of matlab it is helpful for the beginner)
- 2010-11-24 20:41:45下载
- 积分:1
-
icasign
用ica进行信号处理,能有效的分离出源信号(Ica with the signal processing, can efficiently separate the source signals)
- 2010-05-25 21:24:12下载
- 积分:1
-
DYNAMIC-dynamites-of-SIMULATIO-simulinga-N-MODEL-
DYNAMIC dynamites of SIMULATIO simulinga N MODEL OF A HYBRID POWER SYSTEM so that dynamics of hybrid solar and wind can be analyzed
- 2011-12-13 18:55:44下载
- 积分: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
-
OFDM_Synchronization
这里是关于OFDM同步的一些文章,对做同步的朋友非常有用(Here are some of synchronization on the OFDM article to make a very useful synchronization Friend)
- 2008-05-08 11:03:25下载
- 积分:1
-
lv0
玻璃切割项目最低水平线算法MATLAB源码,已通过调试(Glass cutting project MATLAB source code, has passed the commissioning)
- 2021-03-29 16:29:11下载
- 积分:1
-
EZ430_ACC1
TI chronos ez430加速度传感器数据读取程序,matlab程序获取chronos腕表中的三维加速度数据,以用于后续处理,并将其在图形界面中显示出来(TI chronos ez430 acceleration sensor data acquisition program, matlab program for chronos watch the three-dimensional acceleration data, for subsequent processing, and displayed in a graphical interface)
- 2011-08-10 14:46:36下载
- 积分:1
-
regiongrowing
This is the region growing segmentation algrithm for gray image, user must add a seed point.
- 2011-06-21 17:44:29下载
- 积分:1
-
ProgrammingPPerl
Perl 语言编程
第三版 作者:Larry Wall, Tom Christiansen, and Jon Orwant 译者:何伟平
(The third edition of the Perl programming language: Larry Wall, Tom Christiansen, and Jon Orwant Translator: weipin)
- 2013-11-04 23:05:21下载
- 积分:1