解决AttributeError: module ‘cv2.cv2‘ has no attribute ‘xfeatures2d‘

解决方法

版本不兼容导致的问题。

pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16
pip install --user opencv-contrib-python==3.4.2.16

你可能感兴趣的:(问题解决,python)