ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
matching.h File Reference
#include <array>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
#include "base/database.h"
#include "feature/sift.h"
#include "retrieval/resources.h"
#include "util/alignment.h"
#include "util/cache.h"
#include "util/opengl_utils.h"
#include "util/threading.h"
#include "util/timer.h"
Include dependency graph for matching.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  colmap::ExhaustiveMatchingOptions
 
struct  colmap::SequentialMatchingOptions
 
struct  colmap::VocabTreeMatchingOptions
 
struct  colmap::SpatialMatchingOptions
 
struct  colmap::TransitiveMatchingOptions
 
struct  colmap::ImagePairsMatchingOptions
 
struct  colmap::FeaturePairsMatchingOptions
 
struct  colmap::internal::FeatureMatcherData
 
class  colmap::FeatureMatcherCache
 
class  colmap::FeatureMatcherThread
 
class  colmap::SiftCPUFeatureMatcher
 
class  colmap::SiftGPUFeatureMatcher
 
class  colmap::GuidedSiftCPUFeatureMatcher
 
class  colmap::GuidedSiftGPUFeatureMatcher
 
class  colmap::TwoViewGeometryVerifier
 
class  colmap::SiftFeatureMatcher
 
class  colmap::ExhaustiveFeatureMatcher
 
class  colmap::SequentialFeatureMatcher
 
class  colmap::VocabTreeFeatureMatcher
 
class  colmap::SpatialFeatureMatcher
 
class  colmap::TransitiveFeatureMatcher
 
class  colmap::ImagePairsFeatureMatcher
 
class  colmap::FeaturePairsFeatureMatcher
 

Namespaces

 colmap
 
 colmap::internal