Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Algorithm 寻路算法名称_Algorithm_Shortest Path_Pathfinder - Fatal编程技术网

Algorithm 寻路算法名称

Algorithm 寻路算法名称,algorithm,shortest-path,pathfinder,Algorithm,Shortest Path,Pathfinder,首先,描述了两种算法,然后是一种“示例算法”,未命名 我的问题: “示例算法”一节中描述的算法的名称是什么?这看起来像是一种通常称为“Jarvis距离变换”的算法 这种特殊的算法用于图像处理和路径查找。当然可以,但可以说,这太广泛了。当然还有更具体的吗?@ErickG.Hagstrom在我看来像香草BFS。不知道怎么说太宽泛了。

首先,描述了两种算法,然后是一种“示例算法”,未命名

我的问题:


“示例算法”一节中描述的算法的名称是什么?

这看起来像是一种通常称为“Jarvis距离变换”的算法


这种特殊的算法用于图像处理和路径查找。

当然可以,但可以说,这太广泛了。当然还有更具体的吗?@ErickG.Hagstrom在我看来像香草BFS。不知道怎么说太宽泛了。