anaconda配置opencv遇到如下问题: Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function ‘cv::xfeatures2d::SIFT::create’
主要原因是opencv版本的问题
解决方案为:
在终端输入 pip install opencv-contrib-python==3.3.0.10 --user
anaconda配置opencv遇到如下问题: Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function ‘cv::xfeatures2d::SIFT::create’
主要原因是opencv版本的问题
解决方案为:
在终端输入 pip install opencv-contrib-python==3.3.0.10 --user