Merge pull request #2743 from StevenPuttemans:bugfix_3549

This commit is contained in:
Roman Donchenko 2014-05-14 19:49:27 +04:00 committed by OpenCV Buildbot
commit 0ebde64701

View File

@ -78,6 +78,8 @@ Make sure your active solution configuration (:menuselection:`Build --> Configur
Build your solution (:menuselection:`Build --> Build Solution`, or press *F7*).
Before continuing, do not forget to add the command line argument of your input image to your project (:menuselection:`Right click on project --> Properties --> Configuration Properties --> Debugging` and then set the field ``Command Arguments`` with the location of the image).
Now set a breakpoint on the source line that says
.. code-block:: c++