【发布时间】:2015-04-22 14:54:06
【问题描述】:
如果您能在 alpha_shape_2 方面帮助我,不胜感激。我是 CGAL 的新手。
我正在尝试从 2D 数据中提取边界。
Alpha_shape_2 alpha(lp.begin(), lp.end(), FT(1000), Alpha_shape_2::GENERAL);
Alpha_shape_2 调用完美。但是,我对如何仅提取边界顶点感到困惑。
非常感谢一些例子。
【问题讨论】:
-
边界顶点叫什么?