ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
application_gui.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <string>
11 
12 namespace cloudViewer {
13 
14 int GraphicalUserInterface(const std::string& database_path = "",
15  const std::string& image_path = "",
16  const std::string& import_path = "");
17 
18 int GenerateProject(const std::string& output_path,
19  const std::string& quality = "high");
20 
21 } // namespace cloudViewer
Generic file read and write utility for python interface.
int GraphicalUserInterface(const std::string &database_path, const std::string &image_path, const std::string &import_path)
int GenerateProject(const std::string &output_path, const std::string &quality)