My version of Python is 3.6.4 OpenCV version 3.4.0
I want to use the SIFT function in OpenCV, but I got stuck in the error below... "AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'"
I know by searching that 'xfeatures2d' can be used by installing opencv_contrib. I did install it and apply it in Pycharm.
I can't figure out what is wrong...