-
matlabprocessor3
matlab实例程序百例3
matlab实例(Examples of procedures for 100 cases of matlab examples 3matlab)
- 2008-01-04 23:19:59下载
- 积分:1
-
hanshujizhi
用遗传算法求一维函数极值,Matlab语言,可用作学习参考!(Genetic algorithm for extreme one-dimensional functions, Matlab language, can be used as a reference. . .)
- 2011-06-28 01:50:41下载
- 积分:1
-
2
说明: 信息理论与编码——关于信息熵迭代算法的matlab仿真程序(Information Theory and Coding- on the information entropy iterative algorithm matlab simulation program)
- 2008-05-12 05:43:27下载
- 积分:1
-
inversa
This is an file.m on Matlab that solves any matrix
- 2012-06-07 01:43:34下载
- 积分: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
-
p85
vector classification using prototypes and a targets with neuronal networks
- 2011-05-20 01:14:57下载
- 积分:1
-
matlab-program
学习MATLAB必须学会的一些简单示例,给初学者提供较好的学习过程。减少书写代码的时间(MATLAB must learn to learn some simple example to provide beginners a better learning process. Reduce the time writing code)
- 2012-05-09 14:39:51下载
- 积分:1
-
Energy
读取双指数脉冲波形 并分析其能量的频率分布(The frequency distribution of double exponential pulse waveform to read and analyze its energy)
- 2013-02-27 15:45:07下载
- 积分:1
-
dynimcCluster
Matlab实现的动态聚类算法,最后以点阵图输出计算结果(Matlab realize the dynamic clustering algorithm, and finally to bitmap output results)
- 2007-08-31 09:46:07下载
- 积分:1
-
negbin_fit
运用matlab语言基于极大似然估计法对非负二项进行拟合的小程序(Matlab language use based on maximum likelihood estimation method for two non-negative small-fitting procedures)
- 2007-10-23 15:12:06下载
- 积分:1