ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::SceneClustering::Options Struct Reference

#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
 

Detailed Description

Definition at line 23 of file scene_clustering.h.

Member Function Documentation

◆ Check()

bool colmap::SceneClustering::Options::Check ( ) const

Member Data Documentation

◆ branching

int colmap::SceneClustering::Options::branching = 2

◆ image_overlap

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().

◆ is_hierarchical

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().

◆ leaf_max_num_images

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().

◆ num_image_matches

int colmap::SceneClustering::Options::num_image_matches = 20

Definition at line 34 of file scene_clustering.h.


The documentation for this struct was generated from the following files: