-
ImpulseNoise
Impulse_Noise 的matlab编程实现(Impulse_Noise the matlab programming)
- 2011-04-24 13:56:25下载
- 积分:1
-
Multiband_Kamath
Kamath于2002年提出的多频带谱减法 联合开发网 - pudn.com
- 2013-11-28 17:30:13下载
- 积分:1
-
binairisation
binairisation an image
- 2015-03-26 23:44:27下载
- 积分:1
-
sift
David G. Lowe的SIFT特征点检测及匹配源代码,内有自己总结的各文件及参数功能的PPT文档(David G. Lowe' s SIFT feature point detection and matching source code, the summary of each document has its own functions and parameters PPT documents)
- 2014-02-24 10:45:55下载
- 积分:1
-
code
1.O——Hungarian.m
主要功能:
实现匈牙利算法,最终产生关联矩阵
2.trackassoicataion_hgm
主要功能:
1)实现两个传感器对三条航迹的估计;
2)实现两个传感器三组数据的关联;
3)统计误关联-步数的关系,画出结果图。(1.O- Hungarian.m
The main function:
Hungarian algorithm to achieve, ultimately produce correlation matrix
2.trackassoicataion_hgm
The main function:
1) to achieve two sensors estimate of three tracks
2) to achieve the two sensors associated with the three sets of data
3) statistical error associated with- relationship the number of steps, the results shown in Fig.)
- 2015-09-17 15:56:54下载
- 积分:1
-
yuyinwavelet
说明: 利用小波方法对语音信号进行去噪,取得了很好的效果。(using wavelet method of voice signal denoising, and achieved very good results.)
- 2006-04-12 15:12:05下载
- 积分:1
-
wavemin
creates a minimum phase wavelet for impulsive sources
- 2011-10-23 19:03:49下载
- 积分:1
-
mc_cdma
自己用Simulink做的mc_cdma链路仿真,运行结果还不错,有需要的可以参考一下(Their own to do with the mc_cdma link Simulink simulation, the results also is true that there is a need to look at the can)
- 2007-10-12 15:29:11下载
- 积分:1
-
otsu
otsu s thresholding
implemented as a function
code in matlab
- 2011-10-24 01:55:39下载
- 积分: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