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

Functions

void pybind_multi_views_stereo_methods (py::module &m)
 
void pybind_multi_views_stereo (py::module &m)
 

Variables

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

Function Documentation

◆ pybind_multi_views_stereo()

void cloudViewer::reconstruction::mvs::pybind_multi_views_stereo ( py::module &  m)

◆ pybind_multi_views_stereo_methods()

void cloudViewer::reconstruction::mvs::pybind_multi_views_stereo_methods ( py::module &  m)

Variable Documentation

◆ map_shared_argument_docstrings

const std::unordered_map<std::string, std::string> cloudViewer::reconstruction::mvs::map_shared_argument_docstrings
static
Initial value:
= {
{"input_path",
"Path to either the dense workspace folder or the sparse "
"reconstruction."},
{"output_path",
"The output path containing target cameras.bin/txt, "
"images.bin/txt and points3D.bin/txt."},
{"input_type",
"Supported input type values are {dense, sparse}."},
{"stereo_input_type",
"Supported stereo input type values are {photometric, "
"geometric}."},
{"output_type",
"Supported output type values are {BIN, TXT, PLY}."},
{"workspace_path",
"Path to the folder containing the undistorted images."},
{"workspace_format",
"Supported workspace format values are {COLMAP, PMVS}."},
{"pmvs_option_name", "The pmvs option name."},
{"config_path", "The config path."},
{"bbox_path", "The bounds file path."}}

Definition at line 21 of file multi_views_stereo.cpp.

Referenced by pybind_multi_views_stereo_methods().