ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vote_and_verify.cc File Reference
#include "retrieval/vote_and_verify.h"
#include <array>
#include <unordered_map>
#include "estimators/affine_transform.h"
#include "optim/ransac.h"
#include "util/logging.h"
#include "util/math.h"
Include dependency graph for vote_and_verify.cc:

Go to the source code of this file.

Namespaces

 colmap
 
 colmap::retrieval
 

Functions

int colmap::retrieval::VoteAndVerify (const VoteAndVerifyOptions &options, const std::vector< FeatureGeometryMatch > &matches)
 

Variable Documentation

◆ A12

◆ A21

Eigen::Matrix2f A21

Definition at line 68 of file vote_and_verify.cc.

◆ t12

Eigen::Vector2f t12

◆ t21

Eigen::Vector2f t21

Definition at line 69 of file vote_and_verify.cc.