-
waveletimageenhancement
基于二进小波变换的图像增强matlab源代码,通过编译(Dyadic wavelet transform based image enhancement matlab source code, compile)
- 2010-11-29 14:38:37下载
- 积分:1
-
Automatic-Coin-Counter-Matlab-Code
Automatic Coin Counter Matlab Code
- 2011-06-18 10:16:16下载
- 积分: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
-
ditfft
说明: 用matlab编写的fft快速傅立叶变换及逆变换函数,其中flip1是供ditfft函数调用的倒叙子函数。(using Matlab fft prepared by the fast Fourier transform and inverse transform function, which is flip1 ditfft function call for the Warrior unreachable.)
- 2005-11-18 10:43:35下载
- 积分:1
-
ch5figs
最优波束形成的空时过程特性(包括快拍模型、空时随即过程、阵列和孔径的谱采样等)(Optimal beamforming space-time process characteristics (including the snapshot model, then space-time process, arrays and spectral sampling of the aperture, etc.))
- 2012-04-23 10:42:38下载
- 积分:1
-
FRFT
分数阶傅里叶变换:理论,补充,误差分析;希望对于研究分数阶傅里叶变换及分数阶理论的有所帮助SCI检索文献呢
(The fractional Fourier transform: theory, implementation and error analysis.)
- 2014-09-26 05:35:36下载
- 积分:1
-
newton
牛顿法求解minf(x)=x1^3+x2^3-3(x1+x2)初始点x=(6,4)精度为0.05。可运行出结果,程序清晰,算法明确。(Newton method for solving min f (x) = x1 ^ 3+ x2 ^ 3-3 (x1+ x2) the initial point x = (6,4) accuracy of 0.05.It can run out the results 。 it s program is clear, and
it s algorithm is explicit .)
- 2012-02-15 14:29:38下载
- 积分:1
-
jvzhentezhengzhijisuan
MATLAB矩阵特征值生成 .M文件
里面5个以上例子(MATLAB matrix eigenvalue generated. M file which more than 5 examples)
- 2010-06-01 13:44:39下载
- 积分:1
-
BLHP
巴特沃斯高通滤波matlab编程,很实用,(Butterworth high-pass filter Matlab programming, very useful, thank you)
- 2007-04-30 15:33:31下载
- 积分:1
-
CH10
MATLAB经典程序,内容由简单到困难。我也有相关视频(MATLAB classical procedures, content, from simple to difficult. I also have related videos)
- 2013-08-05 09:41:23下载
- 积分:1