|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Options for ground-truth accuracy scoring. More...
#include <accuracy_metrics.hpp>
Public Attributes | |
| float | threshold = 0.05f |
| Inlier distance threshold for precision/recall/F-score [m]. | |
| float | gt_voxel = 0.01f |
| Voxel leaf size used to downsample the ground-truth cloud before scoring [m]. | |
Options for ground-truth accuracy scoring.
Definition at line 14 of file accuracy_metrics.hpp.
| float reusex::geometry::AccuracyMetricsOptions::gt_voxel = 0.01f |
Voxel leaf size used to downsample the ground-truth cloud before scoring [m].
Values <= 0 disable downsampling (the raw GT is used).
Definition at line 19 of file accuracy_metrics.hpp.
| float reusex::geometry::AccuracyMetricsOptions::threshold = 0.05f |
Inlier distance threshold for precision/recall/F-score [m].
Definition at line 16 of file accuracy_metrics.hpp.