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

#include <matching.h>

Public Member Functions

bool Check () const
 

Public Attributes

bool is_gps = true
 
bool ignore_z = true
 
int max_num_neighbors = 50
 
double max_distance = 100
 

Detailed Description

Definition at line 99 of file matching.h.

Member Function Documentation

◆ Check()

bool colmap::SpatialMatchingOptions::Check ( ) const

Definition at line 197 of file matching.cc.

References CHECK_OPTION_GT, max_distance, and max_num_neighbors.

Member Data Documentation

◆ ignore_z

bool colmap::SpatialMatchingOptions::ignore_z = true

Definition at line 105 of file matching.h.

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

◆ is_gps

bool colmap::SpatialMatchingOptions::is_gps = true

Definition at line 102 of file matching.h.

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

◆ max_distance

double colmap::SpatialMatchingOptions::max_distance = 100

Definition at line 112 of file matching.h.

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

◆ max_num_neighbors

int colmap::SpatialMatchingOptions::max_num_neighbors = 50

Definition at line 108 of file matching.h.

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


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