|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <colmap.hpp>

Public Attributes | |
| fs::path | output_dir |
| bool | no_lidar_seed = false |
| std::size_t | max_lidar_points = 100'000 |
| std::string | lidar_cloud_name = "cloud" |
| int | jpeg_quality = 95 |
| bool | with_panoramas |
| add aligned-360 perspective slices as cameras | |
| int | pano_n_yaw = 8 |
| double | pano_fov = 90.0 |
| int | pano_tile = 1024 |
Definition at line 15 of file colmap.hpp.
| int SubcommandExportColmapOptions::jpeg_quality = 95 |
Definition at line 20 of file colmap.hpp.
| std::string SubcommandExportColmapOptions::lidar_cloud_name = "cloud" |
Definition at line 19 of file colmap.hpp.
| std::size_t SubcommandExportColmapOptions::max_lidar_points = 100'000 |
Definition at line 18 of file colmap.hpp.
| bool SubcommandExportColmapOptions::no_lidar_seed = false |
Definition at line 17 of file colmap.hpp.
| fs::path SubcommandExportColmapOptions::output_dir |
Definition at line 16 of file colmap.hpp.
| double SubcommandExportColmapOptions::pano_fov = 90.0 |
Definition at line 24 of file colmap.hpp.
| int SubcommandExportColmapOptions::pano_n_yaw = 8 |
Definition at line 23 of file colmap.hpp.
| int SubcommandExportColmapOptions::pano_tile = 1024 |
Definition at line 25 of file colmap.hpp.
| bool SubcommandExportColmapOptions::with_panoramas |
add aligned-360 perspective slices as cameras
Definition at line 21 of file colmap.hpp.