-
halmiton
说明: 通过输入一个有权图,求出它的最短的一条哈密顿回路。(By entering a right map, obtained with a shortest Hamiltonian circuit.)
- 2010-04-15 11:06:20下载
- 积分:1
-
ellipse_gaussiana_bivariada.m
Function to plot uncertainty 3-sigma ellipse in matlab
- 2011-04-28 21:08:41下载
- 积分: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
-
旅行商问题
说明: 基于遗传算法求解旅行商问题(TSP)
首先采用随机生成点函数,生成一幅地图。假定一个点对应一个城市。
之后用该地图求解旅行商问题(Solving Traveling Salesman Problem (TSP) Based on Genetic Algorithms
Firstly, a map is generated by random generating point function. Suppose a point corresponds to a city.
Then the map is used to solve the traveling salesman problem.)
- 2020-12-21 16:29:08下载
- 积分:1
-
simulateDSM
Simulate DSM matlab file.
- 2012-04-12 21:47:28下载
- 积分:1
-
karam
This program is used for simulation signal mean square error of the Kalman filter
- 2013-05-08 15:20:32下载
- 积分:1
-
chap6_2
单神经元网络PID自动整定MATLAB程序(single neuron network automatic PID tuning MATLAB)
- 2005-05-29 11:29:21下载
- 积分:1
-
face_database
matlab进行人脸识别的简单代码,功能简单仅供参考(simple face recognition matlab code, the function simply for reference purposes only)
- 2015-03-19 22:06:14下载
- 积分:1
-
Assignment
Wander Azimuth Polar Flight
- 2012-10-03 17:53:22下载
- 积分:1
-
P-Q-flow-calculation
运用P-Q分解法来进行潮流计算,数据调用需要用到excel(PQ decomposition method using flow calculation, data upload need to use excel)
- 2015-04-20 10:18:19下载
- 积分:1