prim算法求最小生成树问题我要分享

Prim algorithm for minimum spanning tree problem

关注次数: 157

下载次数: 0

文件大小: 1.84 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:本function用于解决prim最小生成树当决策量过于大时的空间不足问题,一般prim算法用于解决100以内的list。因此,改进算法,主要用于光度立体求解完法向以后的梯度解表面高度。用matlab实现。


English Description:

This function is used to solve the problem of insufficient space when the decision quantity of prim minimum spanning tree is too large. The general prim algorithm is used to solve the list within 100. Therefore, the improved algorithm is mainly used to solve the surface height of normal gradient solution after photometric stereo. It is realized by MATLAB.


代码预览

相关推荐