ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandAnalyzeAccuracyOptions Struct Reference

Options for the ground-truth accuracy analysis subcommand. More...

#include <accuracy.hpp>

Collaboration diagram for SubcommandAnalyzeAccuracyOptions:

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).

Detailed Description

Options for the ground-truth accuracy analysis subcommand.

Definition at line 14 of file accuracy.hpp.

Member Data Documentation

◆ cloud_name

std::string SubcommandAnalyzeAccuracyOptions::cloud_name = "cloud"

Reconstruction cloud to score.

Definition at line 16 of file accuracy.hpp.

◆ gt_path

std::string SubcommandAnalyzeAccuracyOptions::gt_path

Ground-truth PLY point cloud (required).

Definition at line 15 of file accuracy.hpp.

◆ gt_voxel

float SubcommandAnalyzeAccuracyOptions::gt_voxel = 0.01f

GT downsample leaf [m], <=0 disables.

Definition at line 18 of file accuracy.hpp.

◆ output_path

std::string SubcommandAnalyzeAccuracyOptions::output_path

JSON output file ("" = stdout).

Definition at line 19 of file accuracy.hpp.

◆ threshold

float SubcommandAnalyzeAccuracyOptions::threshold = 0.05f

F-score inlier threshold [m].

Definition at line 17 of file accuracy.hpp.


The documentation for this struct was generated from the following file: