I want to use the drawKeypoints function in openCV 4.0.1, but Python writes an error:
AttributeError: module 'cv2.cv2' has no attribute 'drawKeypoints'
Maybe the latest version of openCV uses a different function, tell me if you know. Yes, in extreme cases, you can use version 2.4 in which this function is present, but I would like to use the latest version