-
harr-transform
harr transform matlab code
- 2012-04-29 20:09:08下载
- 积分:1
-
single
job shop scheduling for single machine
- 2013-09-14 11:31:38下载
- 积分:1
-
gui-pcm-bianma
MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真,这个是用界面设计开发,为大家在编写程序提供了帮助(MATLAB program, PCM modulation, coding simulation-based GUI interface design, this is the interface design and development, provide help in the preparation of the program)
- 2013-12-18 19:19:42下载
- 积分:1
-
juleiduanfa
聚类分析技术已经广泛应用于基于内容的图象信息挖掘领域,该技术提高了图象检索的速度和质量。K-均值算法和自适应算法是两个典型的聚类分析算法()
- 2008-04-07 15:17:26下载
- 积分:1
-
classmusic
说明: 经典的music算法,用matlab实现(music in matlab)
- 2010-04-11 10:44:41下载
- 积分:1
-
Binary_Search
说明: 二分法检索(binary search)又称折半检索,二分法检索的基本思想是设字典中的元素从小到大有序地存放在数组(array)中,
首先将给定值key与字典中间位置上元素的关键码(key)比较,如果相等,则检索成功;(Dichotomy search (binary search), also known as binary search, the basic idea of ??dichotomy is set to retrieve the dictionary from small to large elements stored in an orderly array (array), the first key the given value on the middle element of the dictionary The key code (key) comparison, if they are equal, then the retrieval success )
- 2011-03-24 10:54:46下载
- 积分:1
-
boy
peak signal to noise ratio
- 2011-04-30 02:29:23下载
- 积分:1
-
HW5
order to be able to do whatever we want with the given dynamic system under control input, the system must be controllable
- 2012-12-30 17:04:55下载
- 积分:1
-
getting_started_with_storm
getting started with storm
- 2013-12-10 11:58:20下载
- 积分: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