Commit 4ed97c51 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #2007 from tedsteiner:features2d-without-highgui

parents 412fd442 fe71b09f
...@@ -81,6 +81,7 @@ ocv_add_module(sfm ...@@ -81,6 +81,7 @@ ocv_add_module(sfm
opencv_calib3d opencv_calib3d
opencv_features2d opencv_features2d
opencv_xfeatures2d opencv_xfeatures2d
opencv_imgcodecs
WRAP python WRAP python
) )
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE. // IN THE SOFTWARE.
#include <opencv2/highgui.hpp> #include <opencv2/imgcodecs.hpp>
#include "libmv/base/vector_utils.h" #include "libmv/base/vector_utils.h"
#include "libmv/correspondence/feature.h" #include "libmv/correspondence/feature.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment