![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <fusion.h>

Public Member Functions | |
| bool | Check () const |
| void | Print () const |
Public Attributes | |
| std::string | mask_path = "" |
| int | num_threads = -1 |
| int | max_image_size = -1 |
| int | min_num_pixels = 5 |
| int | max_num_pixels = 10000 |
| int | max_traversal_depth = 100 |
| double | max_reproj_error = 2.0f |
| double | max_depth_error = 0.01f |
| double | max_normal_error = 10.0f |
| int | check_num_images = 50 |
| bool | use_cache = false |
| double | cache_size = 32.0 |
| std::pair< Eigen::Vector3f, Eigen::Vector3f > | bounding_box |
| bool colmap::mvs::StereoFusionOptions::Check | ( | ) | const |
Definition at line 110 of file fusion.cc.
References cache_size, check_num_images, CHECK_OPTION_GE, CHECK_OPTION_GT, CHECK_OPTION_LE, max_depth_error, max_normal_error, max_num_pixels, max_reproj_error, max_traversal_depth, and min_num_pixels.
| void colmap::mvs::StereoFusionOptions::Print | ( | ) | const |
Definition at line 89 of file fusion.cc.
References bounding_box, cache_size, check_num_images, mask_path, max_depth_error, max_image_size, max_normal_error, max_num_pixels, max_reproj_error, max_traversal_depth, min_num_pixels, colmap::PrintHeading2(), PrintOption, and use_cache.
| std::pair<Eigen::Vector3f, Eigen::Vector3f> colmap::mvs::StereoFusionOptions::bounding_box |
Definition at line 71 of file fusion.h.
Referenced by Print().
| double colmap::mvs::StereoFusionOptions::cache_size = 32.0 |
Definition at line 69 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::check_num_images = 50 |
Definition at line 59 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| std::string colmap::mvs::StereoFusionOptions::mask_path = "" |
Definition at line 32 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), and Print().
| double colmap::mvs::StereoFusionOptions::max_depth_error = 0.01f |
Definition at line 53 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::max_image_size = -1 |
Definition at line 38 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), and Print().
| double colmap::mvs::StereoFusionOptions::max_normal_error = 10.0f |
Definition at line 56 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::max_num_pixels = 10000 |
Definition at line 44 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| double colmap::mvs::StereoFusionOptions::max_reproj_error = 2.0f |
Definition at line 50 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::max_traversal_depth = 100 |
Definition at line 47 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::min_num_pixels = 5 |
Definition at line 41 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), Check(), and Print().
| int colmap::mvs::StereoFusionOptions::num_threads = -1 |
Definition at line 35 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions().
| bool colmap::mvs::StereoFusionOptions::use_cache = false |
Definition at line 62 of file fusion.h.
Referenced by cloudViewer::OptionsParser::addStereoFusionOptions(), and Print().