-
PRL_Perspective_FMM
图像处理中的用于特征分类检测的工具箱,很有实用价值(Image processing for feature classification detection kit, great practical value)
- 2011-07-02 09:13:22下载
- 积分:1
-
Kohonen
这是一个关于Kohonen神经网络的小程序,主要实现了利用神经网络进行聚类的功能,经测试具有良好效果(This is a small program on Kohonen neural network, the main achievement of the neural network clustering feature has been tested with good results)
- 2015-03-31 14:37:35下载
- 积分:1
-
plot
绘图,matlab经典算法的程序 数学类(plot)
- 2010-09-14 09:27:18下载
- 积分:1
-
MATLAB_Books_Collection_01
Matlab collected books for many fields
- 2010-05-12 16:09:25下载
- 积分:1
-
MCT2008-for-ges
固高所有GE运动控制卡的DEMO软件,用来测试板卡是否正常工作(Googol all GE motion control card DEMO software, used to test the board is working correctly)
- 2014-11-19 12:23:25下载
- 积分:1
-
张文军MATLAB仿真
磁滞曲线的建立,基于MATLAB编辑器条件下,运用数学公式解方程的方法,求解微分方程(Establishment of hysteresis curve)
- 2019-03-07 20:10:18下载
- 积分:1
-
NormFitGA
normal fit遗传算法,MATLBA编程。。。。。。。。。。。。(normal fit algorithm, MATLBA programming. . . . . . . . . . . .)
- 2011-05-08 10:56:53下载
- 积分:1
-
filtro_pasabajo.m
Implementation of filter
- 2011-09-19 20:31:08下载
- 积分: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
-
12
说明: 一个关于adaboost算法的matlab程序,对开始接触adaboost研究的人,有实用价值,并且蛮容易上手(AdaBoost algorithm on matlab procedures, AdaBoost study came into contact with people who have practical value, and quite easy to use)
- 2008-04-17 17:35:07下载
- 积分:1