Merge pull request #2365 from yashdv:image_tutorial_doc_bug

pull/2235/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 689589ebaa
  1. 2
      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

Loading…
Cancel
Save