Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it is like the error says, the outImage param is mandatory. use it like:

img3 = cv2.drawKeypoints(img, kp, outImage=None, color=(255,0,0))

also have another look at the tutorial, where it is used correctly.