-
132QR32QR32QRl
图像融合的matlab工具包,希望大家能用得到。(Image fusion matlab toolkit, hope everyone can get.)
- 2009-09-10 15:31:43下载
- 积分:1
-
No1_stego_lsb
Domain steganography
- 2013-04-08 03:10:10下载
- 积分:1
-
FDTD_v1
实用FDTD微波模拟传导!!!!!!!!!!!!!!!!!!!(FDTD simulation of microwave transmission utility! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !)
- 2011-01-04 14:39:58下载
- 积分:1
-
Matlab-program-manual
Matlab编程必备手册,包含编程格式规范,程序控制结构和实例,适用于初学者。(Matlab programming required manual contains programming format specification, program control structure and examples for beginners.)
- 2013-11-08 09:41:53下载
- 积分:1
-
4
说明: 拉普拉斯高斯算子
拉普拉斯—高斯算子(Laplacian of Gaussian算子,通常缩写为log算子)是一种二阶微分算子,将在边缘处产生一个陡峭的零交叉。(Laplace Gaussian operator Laplace- Gaussian operator (Laplacian of Gaussian operator, often abbreviated as log operator) is a second-order differential operator, will be generated at the edge of a steep zero crossing.)
- 2013-04-12 16:48:21下载
- 积分:1
-
Untitled2
信号发生器 可以产生三角波郑玄波!等等 是基于GUI设计的 打家可以参考一下(how are you!)
- 2013-12-02 14:57:20下载
- 积分:1
-
weixiuli2014
Matlab简单TasksFrom LaralWikiLoading数据从一个文件中(Matlab Simple TasksFrom LaralWikiLoading data from a file)
- 2012-10-27 14:44:09下载
- 积分: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
-
water-table-level-with-REF
应用REF实现地下水位预测,可以在MATLAB中完美运行,好的思想,值得交流。(Application of REF to realize the prediction of groundwater level, can run perfectly in MATLAB, good ideas, worthy of exchanges.)
- 2015-04-15 14:50:14下载
- 积分:1
-
NewICA_2014
独立分量分析算法(ICA)可以用于信号分解,数据处理等(Independent component analysis (ICA) can be used to decompose the signal, data processing)
- 2014-02-11 11:35:41下载
- 积分:1