cv2.puttext code example
Example 1: adding text cv2
cv2.putText (image, "text",coordinates)
Example 2: cv2.puttext
cv2.putText(image,"Hello World!!!", (x,y), 0, 2, 255)
cv2.putText (image, "text",coordinates)
cv2.putText(image,"Hello World!!!", (x,y), 0, 2, 255)