basic drawing functions

basic drawing functions

cv2.line() function ------ used to draw a straight line
cv2.circle() function ------ used to draw a circle
cv2.rectangle() function ------ used to draw a rectangle
cv2. ellipse() function ------ used to draw ellipse
cv2.fillPoly()/polylines() function ----- used to draw polygon
cv2.putText() function ------ used to add text

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_40911806/article/details/129923702