From: yash Date: Tue, 18 Feb 2014 05:04:58 +0000 (+0530) Subject: Minor error in the documentation Load and Save Image X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~593^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=017a282c7ab2a83922107ba5c425fb35a7ef43dc;p=platform%2Fupstream%2Fopencv.git Minor error in the documentation Load and Save Image --- diff --git a/doc/tutorials/introduction/load_save_image/load_save_image.rst b/doc/tutorials/introduction/load_save_image/load_save_image.rst index 50fb9ea..675387e 100644 --- a/doc/tutorials/introduction/load_save_image/load_save_image.rst +++ b/doc/tutorials/introduction/load_save_image/load_save_image.rst @@ -100,7 +100,7 @@ Explanation imshow( imageName, image ); imshow( "Gray image", gray_image ); -#. Add add the *waitKey(0)* function call for the program to wait forever for an user key press. +#. Add the *waitKey(0)* function call for the program to wait forever for an user key press. Result