Changed tutorial for installing openCV under VS2010 like bug 3157 suggested

pull/1136/head
StevenPuttemans 12 years ago
parent 886c009da6
commit d42b283abf
  1. BIN
      doc/tutorials/introduction/windows_visual_studio_Opencv/images/PropertySheetOpenCVInclude.jpg
  2. 4
      doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 31 KiB

@ -52,7 +52,9 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect
.. code-block:: bash
$(OPENCV_DIR)\include
$(OPENCV_DIR)\..\..\include
Note: the location of the include library is different of the libs folder, so don't forget to add the dots to go to the required parent folder.
.. image:: images/PropertySheetOpenCVInclude.jpg
:alt: Add the include dir like this.

Loading…
Cancel
Save