arr的形状是(x,1,2) keyPoints = cv2.KeyPoint_convert(arr) img = cv2.drawKeypoints(img, keyPoints , None, color=(0, 255, 0))