51 #ifndef BSFM_GEOMETRY_EIGHT_POINT_ALGORITHM_SOLVER_H
52 #define BSFM_GEOMETRY_EIGHT_POINT_ALGORITHM_SOLVER_H
57 #include "../matching/feature_match.h"
58 #include "../util/disallow_copy_and_assign.h"
62 using Eigen::Matrix3d;
63 using Eigen::MatrixXd;
64 using Eigen::VectorXd;
75 Matrix3d& fundamental_matrix)
const;
virtual ~EightPointAlgorithmSolver()
EightPointAlgorithmSolver()
virtual bool ComputeFundamentalMatrix(const FeatureMatchList &matched_features, Matrix3d &fundamental_matrix) const
std::vector< FeatureMatch > FeatureMatchList
#define DISALLOW_COPY_AND_ASSIGN(TypeName)