Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it's not meant to do that ;(

but you can draw your text into a small (empty) image, rotate() it, and draw that into your original image.

it's not meant to do that ;(

but you can draw your text into a small (empty) image, rotate() it, and draw that into your original image.

in general, putText() is a simple debug facility, if you need more luxury, use a real text rendering engine (quite off-topic for a computer-vision library)