无法向opencv添加额外的模块(opencv_contrib) [英] unable to add extra module (opencv_contrib) to opencv

查看:138
本文介绍了无法向opencv添加额外的模块(opencv_contrib)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在现有的opencv中安装opencv_config模块,但出现错误.请帮助我如何纠正. 错误的第一个屏幕截图

i am trying to install opencv_config modules in my existing opencv am i am getting errors. Please help on how can i rectify. first screen shot of error

错误的第二个屏幕截图

推荐答案

原因是您必须同时具有OpenCV和opencv_contrib的 匹配版本 .因此,对于版本 3.2.0 ,您应该具有 opencv_contrib-3.2.0 .要获取匹配的版本,请执行以下操作.

The reason is that you must have matching versions of both the OpenCV and the opencv_contrib. So, for version 3.2.0 you should have opencv_contrib-3.2.0. To get the matching versions, do the following.

从其 Github版本标签中下载OpenCV 3.2.0

从其 Github发行版标签中下载opencv_contrib-3.2.0

既然两个版本都匹配,那么您就可以继续阅读OpenCV安装教程了.

Now that you have both versions matching, you are good to go and follow the OpenCV installation tutorial.

这篇关于无法向opencv添加额外的模块(opencv_contrib)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆