First time here? Check out the FAQ!
answered 2016-09-28 01:55:53 -0600
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)