Minor error in the documentation Load and Save Image

This commit is contained in:
yash 2014-02-18 10:34:58 +05:30
parent e0d991cf46
commit 017a282c7a

View File

@ -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