-
pde_enhanceimage_way
说明: MATLAB 编写的用matlab 来实现的pde图像增强方法,如果不对的地方,请各位指出。(This is an enhance image example to use pde ways,if there is some problems ,please tell me )
- 2010-04-11 22:33:34下载
- 积分:1
-
mnnad
神经网络的应用书籍源码,想学习的的的同学拿去吧(The application of neural network book source code, want to learn the students take it)
- 2013-01-07 22:57:40下载
- 积分:1
-
mysql
提权用的 udf 得到root帐号可以用这个提权 (Mention right used UDF get root account can be provided with the right)
- 2014-11-02 19:06:07下载
- 积分:1
-
MatLab
Stephen J.Chapman《MATLAB编程(第二版)》英文影印版的中文译本,这本书对初学者很好的入门教材。(Stephen J.Chapman "MATLAB Programming (second edition)," the English version of the Chinese translation of photocopying, this book is a good primer for beginners.)
- 2014-01-23 20:59:04下载
- 积分:1
-
Jamming_ESM_Receiver
按照指定噪声系数和指定的FIR滤波器参数,模拟接收机接收信号过程(In accordance with the specified noise figure, the FIR filter parameters and the specified process of the reception signal, analog receiver)
- 2013-03-19 10:58:02下载
- 积分:1
-
teqc
TEQC程序应用,有效的了解TEQC的使用,对于参考站的建立分析非常有帮助(TEQC procedures for the application of effective knowledge TEQC the use of reference stations set up for analysis very helpful)
- 2009-02-20 12:14:04下载
- 积分:1
-
Turbo
基于matlab的Turbo码仿真,并绘出BER曲线(Turbo decode and encode by matlab)
- 2009-05-24 22:49: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
-
Matlab code for VaR
给出了通过MATLAB计算VaR的各种方法和实例(MATLAB code for Value-at-risk)
- 2020-06-30 03:40:01下载
- 积分:1
-
constructKernel
雅克比程序 需要的可以下载试一下 还不错(jocobi)
- 2010-11-16 16:00:23下载
- 积分:1