function "drawKeypoints" do not work in openCV 4.0.1
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
No I don't think so doc is here
Show us your code
cv2.drawKeypoints
but not cv2.cv2.drawKeypointsI use it "cv2.drawKeypoints" example:
And I don't now why pycharm show me this: "AttributeError: module 'cv2.cv2' has no attribute 'drawKeypoints'"
OIC, that you are using pycham. I suggested you attempt example from LBerger in below. Use named parameter for pycharm.