-
entropy
shannon Tsallis escort Tsallis renyi entropy and their relative entropy
- 2008-01-06 17:34:04下载
- 积分: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
-
BEM-Solution-Using-Linear-elements
Mathematica program for BEM Solution of a rectangular domain using linear elements
- 2014-06-29 22:23:19下载
- 积分:1
-
Factor-analysis-in-chapter-12
matlab中的第12章 因子分析 (含有例子和源码)(Factor analysis in chapter 12)
- 2013-12-23 12:20:29下载
- 积分:1
-
ruihuaajunheng
图像的锐化和均衡,图像处理中最基本的两个处理方法,用matlab实现,算法简单,易懂(Image sharpening and balanced, the two approaches are the most basic image processing using matlab algorithm is simple and easy to understand)
- 2012-05-28 21:16:49下载
- 积分:1
-
text412
线性方程组求解,全主元解法的matlab程序(The solution of linear equations, all the main element method matlab program
)
- 2014-11-15 20:41:49下载
- 积分:1
-
test
已采集线性震动系统(钢板)的输入与输出(时域幅值),求解系统数值解,幅频特征,并作图比较。(Have been collected linear vibration system (steel) input and output (time domain amplitude), numerical solution for solving the system, the amplitude-frequency characteristics, and mapping to compare.)
- 2013-09-17 19:14:40下载
- 积分:1
-
wind_fuzzyfile
WIND GENERATOR USING INDUCTION MACHINE AND CONTROL BY USING FUZZY LOGIC
- 2013-07-02 00:04:22下载
- 积分:1
-
verticalhandoff1
Used to perform vertical handoff using fuzzy controller
- 2011-01-18 02:10:05下载
- 积分:1
-
powerspec
求时间序列的功率谱,包括周期图法和自相关函数法(Find the power spectrum of the time series, including periodogram and autocorrelation function method)
- 2014-01-19 13:30:27下载
- 积分:1