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.
プログラムには、一連の点であるポリラインがあります。そこからベジエ曲線を作成し、しきい値を使用して単純化する必要があります。
そのタスクに役立つ C++ ライブラリはありますか?
前回、C++ でのベジエ曲線の計算を確認したとき、自分のニーズに合ったものが見つからなかったので、次のように書きました: http://libclaw.sourceforge.net/curves.html。
曲線を定義するのに役立つかもしれませんが、単純化に特に関連するものは何もありません。