guibas stolfi delaunay三角测量扭曲输出

时间:2012-04-11 18:30:40

标签: gnuplot triangulation delaunay

我正在使用Geoff Leach基于guibas stolfi算法的delaunay三角测量代码。

here's the link

我将50到1550之间随机生成的整数作为点的坐标。当我超过280点时,输出会变形。

this is the distorted output

1 个答案:

答案 0 :(得分:0)

好的,解决了扭曲输出的问题。 这是由于缩放不正确。我的随机点位于1500的正方形,必须将其更改为与我的纵横比相对应的矩形.Gnuplot保留纵横比。 现在一切都很好