|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Options for the ground-truth accuracy analysis subcommand. More...
#include <accuracy.hpp>

Public Attributes | |
| std::string | gt_path |
| Ground-truth PLY point cloud (required). | |
| std::string | cloud_name = "cloud" |
| Reconstruction cloud to score. | |
| float | threshold = 0.05f |
| F-score inlier threshold [m]. | |
| float | gt_voxel = 0.01f |
| GT downsample leaf [m], <=0 disables. | |
| std::string | output_path |
| JSON output file ("" = stdout). | |
Options for the ground-truth accuracy analysis subcommand.
Definition at line 14 of file accuracy.hpp.
| std::string SubcommandAnalyzeAccuracyOptions::cloud_name = "cloud" |
Reconstruction cloud to score.
Definition at line 16 of file accuracy.hpp.
| std::string SubcommandAnalyzeAccuracyOptions::gt_path |
Ground-truth PLY point cloud (required).
Definition at line 15 of file accuracy.hpp.
| float SubcommandAnalyzeAccuracyOptions::gt_voxel = 0.01f |
GT downsample leaf [m], <=0 disables.
Definition at line 18 of file accuracy.hpp.
| std::string SubcommandAnalyzeAccuracyOptions::output_path |
JSON output file ("" = stdout).
Definition at line 19 of file accuracy.hpp.
| float SubcommandAnalyzeAccuracyOptions::threshold = 0.05f |
F-score inlier threshold [m].
Definition at line 17 of file accuracy.hpp.