From 310ed833436704aef3ec06192d6eac769d5248e4 Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Mon, 20 Jun 2011 09:06:02 +0000 Subject: [PATCH] Qt doc: specified an image type in the addText function (ticket #1144) --- modules/highgui/doc/qt_new_functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/doc/qt_new_functions.rst b/modules/highgui/doc/qt_new_functions.rst index 2e6dfa6..cf079c4 100644 --- a/modules/highgui/doc/qt_new_functions.rst +++ b/modules/highgui/doc/qt_new_functions.rst @@ -171,7 +171,7 @@ addText Creates the font to draw a text on an image. - :param img: Image where the text should be drawn. + :param img: 8-bit 3-channel image where the text should be drawn. :param text: Text to write on an image. -- 2.7.4