First time here? Check out the FAQ!
answered 2019-07-23 12:18:07 -0600
it is like the error says, the outImage param is mandatory. use it like:
outImage
img3 = cv2.drawKeypoints(img, kp, outImage=None, color=(255,0,0))
also have another look at the tutorial, where it is used correctly.