1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

sfm: fix build with Ceres

This commit is contained in:
Alexander Alekhin
2018-11-03 14:57:16 +00:00
parent 6703cddd93
commit da3375f682

View File

@@ -37,6 +37,9 @@
#if CERES_FOUND
// Eigen
#include <Eigen/Core>
#include <opencv2/core/eigen.hpp>
#include <opencv2/xfeatures2d.hpp>