ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
Toggle main menu visibility
Loading...
Searching...
No Matches
mushroom.hpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2
//
3
// SPDX-License-Identifier: GPL-3.0-or-later
4
5
#pragma once
6
#include "
../global-params.hpp
"
7
8
#include <CLI/CLI.hpp>
9
10
#include <memory>
11
13
struct
SubcommandImportMushroomOptions
{
14
fs::path
capture_dir
;
15
};
16
17
void
setup_subcommand_import_mushroom
(CLI::App &app,
18
std::shared_ptr<RuxOptions> global_opt);
19
int
run_subcommand_import_mushroom
(
SubcommandImportMushroomOptions
const
&opt,
20
const
RuxOptions
&global_opt);
setup_subcommand_import_mushroom
void setup_subcommand_import_mushroom(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
run_subcommand_import_mushroom
int run_subcommand_import_mushroom(SubcommandImportMushroomOptions const &opt, const RuxOptions &global_opt)
global-params.hpp
RuxOptions
Definition
global-params.hpp:44
SubcommandImportMushroomOptions
Options for the MuSHRoom dataset import subcommand.
Definition
mushroom.hpp:13
SubcommandImportMushroomOptions::capture_dir
fs::path capture_dir
e.g. <room>/iphone/long_capture
Definition
mushroom.hpp:14
apps
rux
include
import
mushroom.hpp
Generated by
1.17.0