Ajout de texte CV2
cv2.putText (image, "text",coordinates)
Prickly Peacock
cv2.putText (image, "text",coordinates)
cv2.putText(image,"Hello World!!!", (x,y), 0, 2, 255)