|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <clouds.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 |
Definition at line 14 of file clouds.hpp.
| int SubcommandCreateCloudsOptions::confidence_threshold = 2 |
Definition at line 19 of file clouds.hpp.
| float SubcommandCreateCloudsOptions::max_distance = 4.0f |
Definition at line 17 of file clouds.hpp.
| float SubcommandCreateCloudsOptions::min_distance = 0.0f |
Definition at line 16 of file clouds.hpp.
| float SubcommandCreateCloudsOptions::resolution = 0.05f |
Definition at line 15 of file clouds.hpp.
| int SubcommandCreateCloudsOptions::sampling_factor = 4 |
Definition at line 18 of file clouds.hpp.