-
clusterfunc
Cluster Detection in FCM
- 2010-08-10 21:28:02下载
- 积分:1
-
MATLAB(Gauss)
MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用(MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download)
- 2009-12-08 21:53:28下载
- 积分:1
-
qipaofenxijiance
一个简易的用matlab做的用于检测气泡分析的小实验(A simple to use matlab to do a little experiment to detect bubbles)
- 2021-05-08 02:13:36下载
- 积分:1
-
orl_PCA
主成分分析法源码,可用于提取主成分,识别率百分之九十(the PCA code)
- 2012-07-09 09:03:38下载
- 积分:1
-
License-plate-identification
说明: 车牌识别是目前应用最广泛的识别技术之一大多数是用 Matlab 开发程序 (License plate identification Matlab development program)
- 2011-03-18 11:23:26下载
- 积分:1
-
kmv
KMV编程代码,很实用的,把数据代进去就行了鸭(KMV programming code, very practical, put the data in place on the duck.)
- 2018-09-13 22:59:26下载
- 积分:1
-
VTIvelocity
VTI介质中波动方程的传播规律的速度规律对于认识各项异性介质介质的传播规律有一定的指导作用(asdggggggggggasdgfaaaaaaaaaaaa)
- 2010-01-30 19:19:19下载
- 积分: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
-
aggiungere
is a very good soure code.
- 2010-06-23 01:35:09下载
- 积分:1
-
ShowProcessList
显示进程列表,PID等相关信息,是初识windows进程编程的好材料(list shows the process, PID, and other relevant information, recognize the windows of the programming process good materials)
- 2007-06-05 00:23:23下载
- 积分:1