|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Parameters for point cloud reconstruction from stored sensor frames. More...
#include <reconstruct.hpp>
Public Attributes | |
| float | resolution = 0.05f |
| float | min_distance = 0.0f |
| float | max_distance = 4.0f |
| int | sampling_factor = 4 |
| int | confidence_threshold = 2 |
Parameters for point cloud reconstruction from stored sensor frames.
Definition at line 14 of file reconstruct.hpp.
| int reusex::geometry::ReconstructionParams::confidence_threshold = 2 |
Definition at line 19 of file reconstruct.hpp.
| float reusex::geometry::ReconstructionParams::max_distance = 4.0f |
Definition at line 17 of file reconstruct.hpp.
| float reusex::geometry::ReconstructionParams::min_distance = 0.0f |
Definition at line 16 of file reconstruct.hpp.
| float reusex::geometry::ReconstructionParams::resolution = 0.05f |
Definition at line 15 of file reconstruct.hpp.
| int reusex::geometry::ReconstructionParams::sampling_factor = 4 |
Definition at line 18 of file reconstruct.hpp.