-
MirrorDemo2
Matlab程序,通过二维图像重建三维模型的例子(Matlab program, through the two-dimensional image reconstruction of three-dimensional model example)
- 2020-12-08 10:59:20下载
- 积分:1
-
fengjimoxing
说明: 用MATLAB 仿真了风力机模型
The wind turbine model is simulated with MATLAB(The wind turbine model is simulated with MATLAB)
- 2019-04-01 16:54:45下载
- 积分:1
-
for_codeforge
These are codes for implementing Bandpass filters in MATLAB. Can be used for study in Digital Signal Processing
- 2013-11-15 17:48:26下载
- 积分: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
-
Gabor-Matlab
用matlab编写的Gabor滤波器,得虚部和实部(Matlab prepared by the Gabor filter, imaginary part and real part)
- 2014-01-19 16:48:02下载
- 积分:1
-
qunqei_v81
毕业设计有用,遗传算法无功优化,插值与拟合的matlab实现。( Graduation useful Genetic algorithm based reactive power optimization, Interpolation and fitting matlab implementation.)
- 2016-10-20 14:49:58下载
- 积分:1
-
yichuan
本算法是遗传算法用于解决TSP(货郎担)问题(This algorithm is the genetic algorithm is used to solve the TSP (traveling salesman) problems)
- 2007-10-20 09:34:34下载
- 积分:1
-
CONTROL-OF-A-SYSTEM-USING-VARIABLE-STRUCTURE-CONT
CONTROL OF A SYSTEM USING VARIABLE STRUCTURE CONTROLLER
- 2014-01-26 13:22:13下载
- 积分:1
-
mrife
M-rife估频算法的实现,Matlab函数。(M-rife frequency estimation algorithm, Matlab function.)
- 2021-01-06 23:08:53下载
- 积分:1
-
youhua
给出了基于MGA算法和SGA算法的结果比较,得到所要求的函数优化结果。(MGA algorithm is given based on comparison of the results and SGA algorithms, function optimization to get the required result.)
- 2011-09-20 21:42:38下载
- 积分:1