Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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