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

#include <matching.h>

Collaboration diagram for colmap::SequentialMatchingOptions:

Public Member Functions

bool Check () const
 

Public Attributes

int overlap = 10
 
bool quadratic_overlap = true
 
bool loop_detection = false
 
int loop_detection_period = 10
 
int loop_detection_num_images = 50
 
int loop_detection_num_nearest_neighbors = 1
 
int loop_detection_num_checks = 256
 
int loop_detection_num_images_after_verification = 0
 
int loop_detection_max_num_features = -1
 
std::string vocab_tree_path = retrieval::kDefaultVocabTreeUri
 

Detailed Description

Definition at line 35 of file matching.h.

Member Function Documentation

◆ Check()

bool colmap::SequentialMatchingOptions::Check ( ) const

Member Data Documentation

◆ loop_detection

bool colmap::SequentialMatchingOptions::loop_detection = false

Definition at line 43 of file matching.h.

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

◆ loop_detection_max_num_features

int colmap::SequentialMatchingOptions::loop_detection_max_num_features = -1

Definition at line 64 of file matching.h.

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

◆ loop_detection_num_checks

int colmap::SequentialMatchingOptions::loop_detection_num_checks = 256

Definition at line 56 of file matching.h.

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

◆ loop_detection_num_images

int colmap::SequentialMatchingOptions::loop_detection_num_images = 50

Definition at line 50 of file matching.h.

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

◆ loop_detection_num_images_after_verification

int colmap::SequentialMatchingOptions::loop_detection_num_images_after_verification = 0

Definition at line 60 of file matching.h.

◆ loop_detection_num_nearest_neighbors

int colmap::SequentialMatchingOptions::loop_detection_num_nearest_neighbors = 1

Definition at line 53 of file matching.h.

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

◆ loop_detection_period

int colmap::SequentialMatchingOptions::loop_detection_period = 10

Definition at line 46 of file matching.h.

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

◆ overlap

int colmap::SequentialMatchingOptions::overlap = 10

Definition at line 37 of file matching.h.

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

◆ quadratic_overlap

bool colmap::SequentialMatchingOptions::quadratic_overlap = true

Definition at line 40 of file matching.h.

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

◆ vocab_tree_path

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

Definition at line 67 of file matching.h.

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


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