-
MATLAB
matlab神经网络30个算法详细的解释和介绍。有的也是用c++描述的(30 matlab neural network algorithm detailed explanation and presentation. Some also described using c++)
- 2015-01-06 12:25:44下载
- 积分: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
-
pmlms
说明: Matlab求解多元方程组示例,套用循环语句,计算参数(Examples of solving multivariate equations with MATLAB)
- 2021-03-02 11:30:01下载
- 积分:1
-
2111frft
1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像(Through a process of wavelet transform Mallat Algorithm 2 the procedure to open the bmp images of arbitrary aspect ratio, the square of the raw image)
- 2020-10-30 10:29:56下载
- 积分:1
-
wavelet-image-denoising
matlab小波图像去噪程序,利用小波变换去除图像中的噪声(matlab wavelet image denoising procedure)
- 2011-05-17 20:29:07下载
- 积分:1
-
pianweifen
用matlab实现偏微分方程的求解,具体的算法实现都以给出。(Using matlab to achieve the solution of partial differential equations, specific algorithms have to give.)
- 2010-01-15 13:49:30下载
- 积分:1
-
nNewton
该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。(code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.)
- 2007-06-09 15:21:59下载
- 积分:1
-
langten_v20
验证可用,采用偏最小二乘法,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。( Verification is available, Partial least squares method, Including the final calculation of the compressed image peak signal to noise ratio and compression of the source.)
- 2016-12-02 11:59:18下载
- 积分:1
-
A-FUZZY-GENETIC-ALGORITHM-BASED-METHOD
A FUZZY-GENETIC ALGORITHM BASED METHOD
- 2012-05-29 17:09:20下载
- 积分:1
-
yizhixingjianyan
用于在层次分析法中matlab对判断矩阵进行一致性检验(For matlab judgment matrix consistency test in the Analytic Hierarchy Process)
- 2012-08-14 08:58:00下载
- 积分:1