|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Options for the reconstruction quality analysis subcommand. More...
#include <quality.hpp>

Public Attributes | |
| std::string | cloud_name = "cloud" |
| Point cloud to analyze. | |
| std::string | planes_name = "planes" |
| Plane label cloud. | |
| std::size_t | min_points = 100 |
| Minimum points per reported plane. | |
| std::string | output_path |
| JSON output file ("" = stdout). | |
Options for the reconstruction quality analysis subcommand.
Definition at line 14 of file quality.hpp.
| std::string SubcommandAnalyzeQualityOptions::cloud_name = "cloud" |
Point cloud to analyze.
Definition at line 15 of file quality.hpp.
| std::size_t SubcommandAnalyzeQualityOptions::min_points = 100 |
Minimum points per reported plane.
Definition at line 17 of file quality.hpp.
| std::string SubcommandAnalyzeQualityOptions::output_path |
JSON output file ("" = stdout).
Definition at line 18 of file quality.hpp.
| std::string SubcommandAnalyzeQualityOptions::planes_name = "planes" |
Plane label cloud.
Definition at line 16 of file quality.hpp.