ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::reconstruction::database Namespace Reference

Functions

void pybind_database_methods (py::module &m)
 
void pybind_database (py::module &m)
 

Variables

static const std::unordered_map< std::string, std::string > map_shared_argument_docstrings
 

Function Documentation

◆ pybind_database()

void cloudViewer::reconstruction::database::pybind_database ( py::module &  m)

◆ pybind_database_methods()

void cloudViewer::reconstruction::database::pybind_database_methods ( py::module &  m)

Variable Documentation

◆ map_shared_argument_docstrings

const std::unordered_map<std::string, std::string> cloudViewer::reconstruction::database::map_shared_argument_docstrings
static
Initial value:
= {
{"database_path",
"Path to database in which to store the extracted data"},
{"first_database_path",
"The first imported database directory."},
{"second_database_path",
"The other imported database directory"},
{"merged_database_path", "The merged database directory"},
{"type", "supported type {all, images, features, matches}"}}

Definition at line 20 of file database.cpp.

Referenced by pybind_database_methods().