# pacman_bbox **Repository Path**: jackmacoder/pacman_bbox ## Basic Information - **Project Name**: pacman_bbox - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-13 - **Last Updated**: 2024-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pacman_bbox =========== This repo contains the codes to decompose a object meshes into bounding boxes. This code is been developed in [Centro E Piaggio](http://www.centropiaggio.unipi.it/) at [University of Pisa](http://www.unipi.it/) under the project EU [PACMAN](http://www.pacman-project.eu/). The code in mainly developed in c++ but we use Matlab for visualization purposes Authors: - Manuel Bonilla - josemanuelbonilla@gmail - Daniela Resasco - daniela.resasco@gmail.com ## Dependencies cgal eigen copy cmake_modules/FindEigen3.cmake to system cmake modules path or adjust the cmake_modlues_path variable to compile just cmake build cd build cmake .. make to execute the code example ./bounding < ../input_files/cup.shl examples/BoundingBox.cpp ``` cd build ./mvbb_object_decomposition_example "cup" < ../input_files/cup.shl ``` This file needs to be updated