Update windows_visual_studio_Opencv.markdown

This commit is contained in:
Vadim Pisarevsky 2017-10-27 16:26:42 +03:00 committed by GitHub
parent 8f05af8d05
commit eb9fcf4f08

View File

@ -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