Answers for "cv2 text on image"

1

add text toimage cv2

# 
cv2.putText(image,"Hello World!!!", (x,y), cv2.CV_FONT_HERSHEY_SIMPLEX, 2, 255)
Posted by: Guest on April-06-2021
1

adding text cv2

cv2.putText (image, "text",coordinates)
Posted by: Guest on April-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language