标签: python opencv
我尝试按以下方式使用cv2.rectangle,但只有一行
cv2.rectangle
labeled_img = cv2.rectangle(super_pixel_new, (x, y), (x+w, y+h), (0,255,0),2)