![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <scene_clustering.h>
Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| bool | is_hierarchical = true |
| int | branching = 2 |
| int | image_overlap = 50 |
| int | num_image_matches = 20 |
| int | leaf_max_num_images = 500 |
Definition at line 23 of file scene_clustering.h.
| bool colmap::SceneClustering::Options::Check | ( | ) | const |
Definition at line 41 of file scene_clustering.cc.
References branching, CHECK_OPTION_GE, CHECK_OPTION_GT, and image_overlap.
Referenced by colmap::HierarchicalMapperController::HierarchicalMapperController(), and colmap::SceneClustering::SceneClustering().
| int colmap::SceneClustering::Options::branching = 2 |
Definition at line 28 of file scene_clustering.h.
Referenced by BOOST_AUTO_TEST_CASE(), Check(), and colmap::HierarchicalMapperController::HierarchicalMapperController().
| int colmap::SceneClustering::Options::image_overlap = 50 |
Definition at line 31 of file scene_clustering.h.
Referenced by BOOST_AUTO_TEST_CASE(), Check(), and colmap::RunHierarchicalMapper().
| bool colmap::SceneClustering::Options::is_hierarchical = true |
Definition at line 25 of file scene_clustering.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::SceneClustering::Partition().
| int colmap::SceneClustering::Options::leaf_max_num_images = 500 |
Definition at line 40 of file scene_clustering.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::RunHierarchicalMapper().
| int colmap::SceneClustering::Options::num_image_matches = 20 |
Definition at line 34 of file scene_clustering.h.