DrawkePoints CV2

out_img = cv2.drawKeypoints(img, kp, 0, color=(0,255,0), flags=0)
XeN0N