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.
2 | No.2 Revision |
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)