opencv rectangle with dotted or dashed lines

后端 未结 4 691
不知归路
不知归路 2020-12-19 00:58

I have a line of code here that uses the python binding for opencv:

cv2.rectangle(img, (box[1], box[0]), (box[3], box[2]), (255,0,0), 4)

Th

4条回答
提交回复
热议问题