-
SIGMAP06
Robustness motion video watermarking
- 2012-04-14 22:00:53下载
- 积分: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
-
PWE_1
使用平面波展开法(PWE)计算声子晶体能带结构(Using the plane wave expansion method (PWE) to calculate the phonon band structure of crystals)
- 2021-04-07 20:59:01下载
- 积分:1
-
wavelet
图像频域变换源代码,只针对该应用领域内的同行用于学术研究,不能用于商业活动!!(Image Transferation original codes)
- 2010-07-05 11:46:49下载
- 积分:1
-
TS_TSP
解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。
至于下面的参数可以自己调:
T:总的循环次数;
tabulength:禁忌长度;
Pby:变异概率;
(Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability )
- 2007-10-19 16:03:51下载
- 积分:1
-
esprit
信号方位估计esprit算法 是用多项式求解的方法来寻找DOA(esprit arithmetic of DOA.the polynomial method to find DOA (Direction of Arrival))
- 2011-05-15 11:20:17下载
- 积分:1
-
ntrust
Dogleg trust region, Newton model, dense algorithm
- 2021-02-14 22:39:49下载
- 积分:1
-
findfft
fast fourie transform of a signal
- 2012-01-10 18:08:56下载
- 积分:1
-
fftdemo
This example shows the use of the FFT function for spectral analysis. A common use of FFT s is to find the frequency components of a signal buried in a noisy time domain signal.
- 2010-06-01 04:02:25下载
- 积分:1
-
rtl819x_BAProc
Activate BA entry. And if Time is nozero, start timer.
- 2015-06-27 19:06:45下载
- 积分:1