OpenCV 3.4.3表示SIFT已获得专利。还有其他免费的方式在python中实现SIFT吗?

时间:2018-11-21 08:27:38

标签: python opencv sift

当我想在python的OpenCV中使用SIFT时出现以下错误:

OpenCV(3.4.3) C:\projects\opencv-python\opencv_contrib\modules\xfeatures2d\src\sift.cpp:1207: error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SIFT::create'

我已经安装了opencv-contrib-python和opencv-python,它们的版本完全相同。我检查了另一篇类似问题的文章,结果发现它是由版本冲突造成的,但是我安装的版本是相同的。我在某处读到了opencv-contrib-python不再提供一些非免费的软件包。如果是这样,那我还需要免费使用python中的SIFT哪些其他选项?

0 个答案:

没有答案