【问题标题】:Installing Opencv Repository In Windows 10 for Python or Cmake在 Windows 10 中为 Python 或 Cmake 安装 Opencv 存储库
【发布时间】:2023-03-18 08:00:02
【问题描述】:

我想知道是否有人可以帮助我在 Windows 10 系统中安装 opencv 存储库文件。

我想使用 xfeatures2d,其他页面上其他人的 cmets 告诉我,该算法已获得专利,不适合开源软件。

我想做特征检测,可以使用 Python 或 Cmake 来实现,因为我有这两个软件可以为其编写 C++ 或 Python 代码。

我有这个错误,xfeatures2d 不在 Cmake 的目录中,并且模块在 Python 中没有对象属性 xfeatures2d。

我可以使用 C++ 或 Python 进行编程,如果您知道如何使用 Python 或 Cmake 进行编程,请提供帮助。

我的电脑是 Windows 而不是 Linux。

【问题讨论】:

    标签: feature-extraction feature-detection language-features


    【解决方案1】:

    那是因为从现在开始,opencv 不再包含所有模块。 所有新模块现在都单独开发,并发布在opencv_contrib

    你需要从https://github.com/opencv/opencv_contrib安装xfeatures2d

    【讨论】:

      猜你喜欢
      • 2016-02-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-01-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-17
      相关资源
      最近更新 更多