Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python でポリゴンの Delaunay テッセレーションを見つける必要があります。見つけることができる唯一のライブラリ (Delny、scikits) は、ポリゴンではなく点群を三角測量します。助言がありますか?
どうやらTriangleには Python バインディングがあります。私はそれを機能させようとします
ウィキペディアの記事によると、ドロネー三角形分割は、多角形ではなく点の集合に対して定義されています。ポリゴンのポイントのセットをそれらのライブラリの 1 つに渡していただけませんか?
matplotlib.delaunay.interpolateリンクテキストまたはDelnyリンクテキストを試しましたか?