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

Options for the reconstruction quality analysis subcommand. More...

#include <quality.hpp>

Collaboration diagram for SubcommandAnalyzeQualityOptions:

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

Detailed Description

Options for the reconstruction quality analysis subcommand.

Definition at line 14 of file quality.hpp.

Member Data Documentation

◆ cloud_name

std::string SubcommandAnalyzeQualityOptions::cloud_name = "cloud"

Point cloud to analyze.

Definition at line 15 of file quality.hpp.

◆ min_points

std::size_t SubcommandAnalyzeQualityOptions::min_points = 100

Minimum points per reported plane.

Definition at line 17 of file quality.hpp.

◆ output_path

std::string SubcommandAnalyzeQualityOptions::output_path

JSON output file ("" = stdout).

Definition at line 18 of file quality.hpp.

◆ planes_name

std::string SubcommandAnalyzeQualityOptions::planes_name = "planes"

Plane label cloud.

Definition at line 16 of file quality.hpp.


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