【发布时间】:2012-09-01 20:02:01
【问题描述】:
MATLAB 中的convhull 和convhulln 函数实现了哪些算法来计算convex hull?
我找不到任何参考资料..
【问题讨论】:
-
根据mathworks.com/help/techdoc/ref/convhulln.html "convhulln 基于 Qhull。有关 Qhull 的信息,请参阅qhull.org。"我认为,
convhull也是如此。另见qhull.m -
@gevang 为什么不将此作为答案,这样它就不会显示为未回答?
标签: algorithm matlab computational-geometry convex-hull