Answers for "put text on imcode cv2 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

Python Answers by Framework

Browse Popular Code Answers by Language