AttributesError:XXXXX has no module named 'xfeatures2d'
摘要:Firstly, uninstall opencv-python by:pip uninstall opencv-pythonthen,pip install opencv-contrib-pythonThat's it!Sample code:import cv2img=cv2.imread('t
阅读全文
Install pyCuda on windows7
摘要:Add cl.exe(VS2015 or newer version) to your system path first,then execute the following instructions:1.conda install mingw libpython2.pip install pyc
阅读全文