AttributeError: module 'cv2' has no attribute 'xfeatures2d'的解决办法
xfeatures2d 目前在opencv-contrib可以使用,解决方法:
pip3 install opencv-contrib-python

AttributeError: module 'cv2' has no attribute 'xfeatures2d'的解决办法
xfeatures2d 目前在opencv-contrib可以使用,解决方法:
pip3 install opencv-contrib-python