6. Drawing text and images

6. Drawing text and images6.1. Drawing text and images6.2. Actual effect display

6.1. Drawing text and images

cv2.putText(img, str, origin, font, size, color, thickness)

The parameters are: image, added text, upper left corner coordinates (integer), font, font size, color, font thickness.

The font types are as follows:

6.2. Actual effect display

Source code path:

/home/pi/DOGZILLA_Lite_class/4.Open Source CV/C.Image_Processing_Text_Drawing/06_Text_on_Image_Drawing.ipynb