諸事情からWindows環境でOpen3Dを扱う事になりました。Visual StudioのC++でOpen3DライブラリのAPIを叩けるまでの手順をまとめます。 Open3Dとは? Open3Dは3Dデータを扱うアプリケーションを迅速に作成するサポートをしてくれるオープンソースライブラリです。
Open3DのVisualziationは読み込んだり加工したモデルをプレビューするのに活躍します。Visualizationを含むOpen3Dのプレビュー表示についてはこちらに記事があります: 今回はそのプレビュー内にOpen3Dに用意されている様々なプリミティブを描画してみます。
I wrote this tutorial to help you get started with Open3D using C++. The original tutorial is here. That was writen in Python. Follow the Open3D compilation guide ...
About A collection of tutorials and examples for 3D data processing with the Open3D library, covering point cloud manipulation, ICP registration, and more.