45 #ifndef BSFM_GEOMETRY_TRIANGULATION_H
46 #define BSFM_GEOMETRY_TRIANGULATION_H
49 #include "../camera/camera.h"
50 #include "../matching/feature.h"
51 #include "../matching/feature_match.h"
63 const std::vector<Camera>& cameras, Point3D& point);
70 bool Triangulate(
const FeatureMatch& feature_match,
const Camera& camera1,
71 const Camera& camera2, Point3D& point);
std::vector< Point3D > Point3DList
std::vector< Feature > FeatureList
std::vector< FeatureMatch > FeatureMatchList
bool Triangulate(const FeatureList &features, const std::vector< Camera > &cameras, Point3D &point)