img.draw_rectangle(blob[0:4], color=color, thickness=4) # 画色块矩形框 img.draw_cross(blob[5], blob[6], color=color, thickness=2) # 在色块中心画十字 ...