Update windows_visual_studio_Opencv.markdown

pull/9703/head
Vadim Pisarevsky 7 years ago committed by GitHub
parent 8f05af8d05
commit eb9fcf4f08
  1. 2
      doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown

@ -146,7 +146,7 @@ opencv_videoio300d.lib
opencv_videostab300d.lib
@endcode
Alternatively, your OpenCV download may have been built into one large .lib file. Check by looking in OpenCV\\build\\architecture\\vc14\\lib. In this case all you would add is, for the latest version:
Alternatively, your OpenCV download may have been built into one large .lib file. Check by looking in OpenCV\\build\\architecture\\vc14\\lib. In this case all you would add is, for the version 3.3.0:
@code{.bash}
opencv_world330.lib
@endcode

Loading…
Cancel
Save