“CV2 Agregar texto” Código de respuesta

CV2 Agregar texto

import cv2
im = cv2.imread(path + 'pillar.png', 1)
font = cv2.FONT_HERSHEY_SIMPLEX
cv2.putText(im, 'Christmas', (10,450), font, 3, (0, 255, 0), 2, cv2.LINE_AA)
cv2.imwrite(path + 'pillar_text.jpg', im)
Real Raccoon

Agregar texto CV2

cv2.putText (image, "text",coordinates)
Prickly Peacock

Respuestas similares a “CV2 Agregar texto”

Preguntas similares a “CV2 Agregar texto”

Más respuestas relacionadas con “CV2 Agregar texto” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código