ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::SiftFeatureMatcher Class Reference

#include <matching.h>

Public Member Functions

 SiftFeatureMatcher (const SiftMatchingOptions &options, Database *database, FeatureMatcherCache *cache)
 
 ~SiftFeatureMatcher ()
 
bool Setup ()
 
void Match (const std::vector< std::pair< image_t, image_t >> &image_pairs)
 

Detailed Description

Definition at line 333 of file matching.h.

Constructor & Destructor Documentation

◆ SiftFeatureMatcher()

colmap::SiftFeatureMatcher::SiftFeatureMatcher ( const SiftMatchingOptions options,
Database database,
FeatureMatcherCache cache 
)

Definition at line 724 of file matching.cc.

◆ ~SiftFeatureMatcher()

colmap::SiftFeatureMatcher::~SiftFeatureMatcher ( )

Definition at line 797 of file matching.cc.

Member Function Documentation

◆ Match()

◆ Setup()

bool colmap::SiftFeatureMatcher::Setup ( )

Definition at line 833 of file matching.cc.

References colmap::SiftMatchingOptions::max_num_matches.


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