Skip to content

Small tool with visualizer for computing the Minimum Volume Bounding Box of a 3D model

License

Notifications You must be signed in to change notification settings

nagard98/approx-MVBB

Repository files navigation

Approximate MVBB Visualizer

Tool for computing and visualizing an approximate Minimum Volume Bounding Box (MVBB) given a 3D Model. The algorithm is based on the ''Efficiently Approximating the Minimum-Volume Bounding Box of a Point Set in Three Dimensions'' paper from Barequet and Har-Peled. For some internal algorithms I used those provided with the CGAL library.

Currently supports only 3D models in the PLY format. The window creation and content rendering is done through Qt.

Requirements

  • CGAL
  • Qt5
  • cmake

The easier way to install CGAL and Qt5 is through vcpkg. It's not necessary to install all Qt components, its sufficient to use this command.

vcpkg install cgal[qt]
tetra feature

About

Small tool with visualizer for computing the Minimum Volume Bounding Box of a 3D model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published