![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#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 |
Definition at line 99 of file matching.h.
| bool colmap::SpatialMatchingOptions::Check | ( | ) | const |
Definition at line 197 of file matching.cc.
References CHECK_OPTION_GT, max_distance, and max_num_neighbors.
| bool colmap::SpatialMatchingOptions::ignore_z = true |
Definition at line 105 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSpatialMatchingOptions().
| bool colmap::SpatialMatchingOptions::is_gps = true |
Definition at line 102 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSpatialMatchingOptions().
| double colmap::SpatialMatchingOptions::max_distance = 100 |
Definition at line 112 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSpatialMatchingOptions(), and Check().
| int colmap::SpatialMatchingOptions::max_num_neighbors = 50 |
Definition at line 108 of file matching.h.
Referenced by cloudViewer::OptionsParser::addSpatialMatchingOptions(), and Check().