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

#include <matching.h>

Public Member Functions

bool Check () const
 

Public Attributes

int batch_size = 1000
 
int num_iterations = 3
 

Detailed Description

Definition at line 117 of file matching.h.

Member Function Documentation

◆ Check()

bool colmap::TransitiveMatchingOptions::Check ( ) const

Definition at line 203 of file matching.cc.

References batch_size, CHECK_OPTION_GT, and num_iterations.

Member Data Documentation

◆ batch_size

int colmap::TransitiveMatchingOptions::batch_size = 1000

Definition at line 119 of file matching.h.

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

◆ num_iterations

int colmap::TransitiveMatchingOptions::num_iterations = 3

Definition at line 122 of file matching.h.

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


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