ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
feature.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 namespace colmap {
9 
10 int RunFeatureExtractor(int argc, char** argv);
11 int RunFeatureImporter(int argc, char** argv);
12 int RunExhaustiveMatcher(int argc, char** argv);
13 int RunMatchesImporter(int argc, char** argv);
14 int RunSequentialMatcher(int argc, char** argv);
15 int RunSpatialMatcher(int argc, char** argv);
16 int RunTransitiveMatcher(int argc, char** argv);
17 int RunVocabTreeMatcher(int argc, char** argv);
18 
19 } // namespace colmap
int RunMatchesImporter(int argc, char **argv)
Definition: feature.cc:238
int RunSequentialMatcher(int argc, char **argv)
Definition: feature.cc:315
int RunFeatureExtractor(int argc, char **argv)
Definition: feature.cc:137
int RunTransitiveMatcher(int argc, char **argv)
Definition: feature.cc:373
int RunSpatialMatcher(int argc, char **argv)
Definition: feature.cc:344
int RunFeatureImporter(int argc, char **argv)
Definition: feature.cc:196
int RunVocabTreeMatcher(int argc, char **argv)
Definition: feature.cc:402
int RunExhaustiveMatcher(int argc, char **argv)
Definition: feature.cc:286