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

#include <sift.h>

Collaboration diagram for colmap::SiftMatchingOptions:

Public Member Functions

bool Check () const
 

Public Attributes

int num_threads = -1
 
bool use_gpu = false
 
std::string gpu_index = "-1"
 
double max_ratio = 0.8
 
double max_distance = 0.7
 
bool cross_check = true
 
int max_num_matches = 32768
 
double max_error = 4.0
 
double confidence = 0.999
 
int min_num_trials = 100
 
int max_num_trials = 10000
 
double min_inlier_ratio = 0.25
 
int min_num_inliers = 15
 
bool multiple_models = false
 
bool guided_matching = false
 

Detailed Description

Definition at line 96 of file sift.h.

Member Function Documentation

◆ Check()

Member Data Documentation

◆ confidence

double colmap::SiftMatchingOptions::confidence = 0.999

Definition at line 127 of file sift.h.

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

◆ cross_check

◆ gpu_index

std::string colmap::SiftMatchingOptions::gpu_index = "-1"

◆ guided_matching

bool colmap::SiftMatchingOptions::guided_matching = false

Definition at line 146 of file sift.h.

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

◆ max_distance

◆ max_error

double colmap::SiftMatchingOptions::max_error = 4.0

◆ max_num_matches

◆ max_num_trials

int colmap::SiftMatchingOptions::max_num_trials = 10000

Definition at line 132 of file sift.h.

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

◆ max_ratio

◆ min_inlier_ratio

double colmap::SiftMatchingOptions::min_inlier_ratio = 0.25

Definition at line 136 of file sift.h.

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

◆ min_num_inliers

int colmap::SiftMatchingOptions::min_num_inliers = 15

◆ min_num_trials

int colmap::SiftMatchingOptions::min_num_trials = 100

Definition at line 131 of file sift.h.

Referenced by Check().

◆ multiple_models

bool colmap::SiftMatchingOptions::multiple_models = false

◆ num_threads

int colmap::SiftMatchingOptions::num_threads = -1

Definition at line 98 of file sift.h.

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

◆ use_gpu

bool colmap::SiftMatchingOptions::use_gpu = false

Definition at line 104 of file sift.h.

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


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