Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to put rotated text in OpenCV ?

OpenCV accepts

 void putText( InputOutputArray img, const String& text, Point org,   int fontFace, double fontScale, Scalar color,int thickness = 1, int lineType = LINE_8,  bool bottomLeftOrigin = false );

which put any text at point origin in a horizontal left to right line but how do we construct a

void putRotatedText()

which take all previous inputs plus int angle