简体   繁体   English

具有贡献的OpenCV 3.0 Windows二进制安装

[英]OpenCV 3.0 Windows binary installation with contrib

The OpenCV 3.0 binary package for Windows doesn't include the contrib binaries. Windows的OpenCV 3.0二进制软件包不包含contrib二进制文件。 For instance, if you try to run the python sample called find_obj.py it fails with the exception below: 例如,如果您尝试运行名为find_obj.py的python示例,它将失败,但以下异常除外:

AttributeError: 'module' object has no attribute 'xfeatures2d'

Is there any place to download the contrib binaries without compiling the entire OpenCV ? 是否可以在不编译整个OpenCV的情况下下载contrib二进制文件? What's the purpose of having OpenCV binaries and not the contrib binaries available ? 拥有OpenCV二进制文件而不提供contrib二进制文件的目的是什么?

因此,我到处搜索,似乎没有提供contrib模块的二进制文件,您必须自己编译它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM