|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
Collection of all options of Subcommand A. More...
#include <mesh.hpp>
Public Attributes | |
| fs::path | cloud_path_in = GlobalParams::cloud |
| fs::path | normals_path_in = GlobalParams::normals |
| fs::path | planes_path_in = GlobalParams::planes |
| fs::path | plane_centroids_path_in = GlobalParams::plane_centroids |
| fs::path | plane_normals_path_in = GlobalParams::plane_normals |
| fs::path | rooms_path_in = GlobalParams::rooms |
| fs::path | output_out = fs::current_path() / "mesh.ply" |
| float | grid_size = GlobalParams::grid_size |
| bool | display = GlobalParams::visualize |
| double | angle_threshold = 25.0 |
| double | distance_threshold = 0.2 |
| double | search_threshold = 0.60 |
| double | new_plane_offset = 0.25 |
| fs::path SubcommandMeshOptions::cloud_path_in = GlobalParams::cloud |
| bool SubcommandMeshOptions::display = GlobalParams::visualize |
| float SubcommandMeshOptions::grid_size = GlobalParams::grid_size |
| fs::path SubcommandMeshOptions::normals_path_in = GlobalParams::normals |
| fs::path SubcommandMeshOptions::output_out = fs::current_path() / "mesh.ply" |
| fs::path SubcommandMeshOptions::plane_centroids_path_in = GlobalParams::plane_centroids |
| fs::path SubcommandMeshOptions::plane_normals_path_in = GlobalParams::plane_normals |
| fs::path SubcommandMeshOptions::planes_path_in = GlobalParams::planes |
| fs::path SubcommandMeshOptions::rooms_path_in = GlobalParams::rooms |