文件名称:Dijkstra
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-08-10
- 文件大小:
- 32kb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
单源最短路径Dijkstra。使用图论算法作为图像处理的基础算法,Dijkstra和Bellman-Ford类似,都是解决单源最短路径问题,不同的是这个方法只能解决边为非负的问题,实现的好的Dijkstra算法运行时间要快于Bellman-ford。-Single source shortest path Dijkstra. Using graph theory algorithm as the basis of image processing algorithms, Dijkstra and Bellman-Ford similar, are single-source shortest path problem to solve, except that this method can only solve the problem of non-negative side, to achieve a good running time of Dijkstra' s algorithm faster than Bellman-ford.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单源最短路径Dijkstra\1.jpg
....................\2.jpg
....................\index.m
....................\main.m
....................\relax.m
....................\说明.txt
单源最短路径Dijkstra