From: Ilya Lysenkov Date: Mon, 20 Jun 2011 09:06:02 +0000 (+0000) Subject: Qt doc: specified an image type in the addText function (ticket #1144) X-Git-Tag: submit/tizen/20180620.034203~3^2~6897 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=310ed833436704aef3ec06192d6eac769d5248e4;p=platform%2Fupstream%2Fopencv.git Qt doc: specified an image type in the addText function (ticket #1144) --- diff --git a/modules/highgui/doc/qt_new_functions.rst b/modules/highgui/doc/qt_new_functions.rst index 2e6dfa676f..cf079c4e84 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.