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

#include <matching.h>

Collaboration diagram for colmap::VocabTreeMatchingOptions:

Public Member Functions

bool Check () const
 

Public Attributes

int num_images = 100
 
int num_nearest_neighbors = 5
 
int num_checks = 256
 
int num_images_after_verification = 0
 
int max_num_features = -1
 
std::string vocab_tree_path = retrieval::kDefaultVocabTreeUri
 
std::string match_list_path = ""
 

Detailed Description

Definition at line 72 of file matching.h.

Member Function Documentation

◆ Check()

bool colmap::VocabTreeMatchingOptions::Check ( ) const

Definition at line 190 of file matching.cc.

References CHECK_OPTION_GT, num_checks, num_images, and num_nearest_neighbors.

Member Data Documentation

◆ match_list_path

std::string colmap::VocabTreeMatchingOptions::match_list_path = ""

Definition at line 94 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().

◆ max_num_features

int colmap::VocabTreeMatchingOptions::max_num_features = -1

Definition at line 88 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().

◆ num_checks

int colmap::VocabTreeMatchingOptions::num_checks = 256

Definition at line 80 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().

◆ num_images

int colmap::VocabTreeMatchingOptions::num_images = 100

Definition at line 74 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().

◆ num_images_after_verification

int colmap::VocabTreeMatchingOptions::num_images_after_verification = 0

Definition at line 84 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().

◆ num_nearest_neighbors

int colmap::VocabTreeMatchingOptions::num_nearest_neighbors = 5

Definition at line 77 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions(), and Check().

◆ vocab_tree_path

std::string colmap::VocabTreeMatchingOptions::vocab_tree_path = retrieval::kDefaultVocabTreeUri

Definition at line 91 of file matching.h.

Referenced by cloudViewer::OptionsParser::addVocabTreeMatchingOptions().


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