Commit 689589eb authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2365 from yashdv:image_tutorial_doc_bug

parents 95d7ecb3 017a282c
...@@ -100,7 +100,7 @@ Explanation ...@@ -100,7 +100,7 @@ Explanation
imshow( imageName, image ); imshow( imageName, image );
imshow( "Gray image", gray_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 Result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment