细化算法的C ++代码(EVG-thin)

时间:2015-10-06 22:30:51

标签: c++ algorithm makefile voronoi

我正在尝试使用这个program来实现基于像素的“细化”算法的扩展,该算法可以找到位图的骨架。

在自述文件中告诉我应该执行'make'命令然后执行'./test -image-file test1.pgm',但是我会在'make'阶段收到一组错误。我想ImageHelper.hh文件有问题,但我不明白到底是什么。有人可以帮我这个吗?

sourcecode is here

1 个答案:

答案 0 :(得分:1)

我发现了问题。我需要添加以下内容:

#include <string.h>
#include <stdlib.h>

to test.cc和ImageHelper.cc