#include <fundamental_matrix_solver.h>
Definition at line 61 of file fundamental_matrix_solver.h.
| bsfm::FundamentalMatrixSolver::FundamentalMatrixSolver |
( |
| ) |
|
|
inline |
| virtual bsfm::FundamentalMatrixSolver::~FundamentalMatrixSolver |
( |
| ) |
|
|
inlinevirtual |
| void bsfm::FundamentalMatrixSolver::AddMatchedImagePair |
( |
const PairwiseImageMatch & |
matched_image_data | ) |
|
|
virtual |
Definition at line 51 of file fundamental_matrix_solver.cpp.
54 matched_image_data.begin(),
55 matched_image_data.end());
PairwiseImageMatchList matched_image_data_
| bool bsfm::FundamentalMatrixSolver::ComputeFundamentalMatrices |
( |
std::vector< Matrix3d > & |
fundamental_matrices | ) |
|
|
virtual |
Definition at line 63 of file fundamental_matrix_solver.cpp.
66 fundamental_matrices.clear();
70 Matrix3d fundamental_matrix;
72 fundamental_matrix)) {
73 fundamental_matrices.push_back(fundamental_matrix);
75 VLOG(1) <<
"Failed to compute funamental matrix.";
80 if (fundamental_matrices.empty()) {
81 VLOG(1) <<
"Unable to compute a fundamental matrix for any of the input "
virtual bool ComputeFundamentalMatrix(const FeatureMatchList &matched_features, Matrix3d &fundamental_matrix) const =0
PairwiseImageMatchList matched_image_data_
| virtual bool bsfm::FundamentalMatrixSolver::ComputeFundamentalMatrix |
( |
const FeatureMatchList & |
matched_features, |
|
|
Matrix3d & |
fundamental_matrix |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following files: