Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the output image is mandatory, so it has to be:

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

(None, to create an empty image internally)