From 9b2c82b948191b3be0cf2ec9db77201ec28fe284 Mon Sep 17 00:00:00 2001 From: Andrews Sobral <andrewssobral@gmail.com> Date: Wed, 27 Aug 2014 13:53:07 +0200 Subject: [PATCH] Update bgslibrary_vs2010_opencv.txt --- bgslibrary_vs2010_opencv.txt | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/bgslibrary_vs2010_opencv.txt b/bgslibrary_vs2010_opencv.txt index 6ea8256..5fedcfa 100644 --- a/bgslibrary_vs2010_opencv.txt +++ b/bgslibrary_vs2010_opencv.txt @@ -1,22 +1,20 @@ --------------------------------------------------- -BGSLibrary with Visual Studio 2010 and Opencv 2.4.5 +BGSLibrary with Visual Studio 2010 and Opencv 2.4.9 --------------------------------------------------- -1) Check our example project at [vs2010] folder -http://code.google.com/p/bgslibrary/source/browse/trunk/vs2010 - +1) Clone our VS2010 example project at [vs2010] folder +https://github.com/andrewssobral/bgslibrary/tree/master/vs2010 Or configure manually by: - 1) Install OpenCV -1.a) Download OpenCV 2.4.5 from http://opencv.org/ -2.b) Install in: C:\OpenCV2.4.5 +1.a) Download OpenCV 2.4.9 from http://opencv.org/ +2.b) Install in: C:\OpenCV2.4.9 2.c) Add OpenCV binaries in your Path -C:\OpenCV2.4.5\build\x86\vc10\bin +C:\OpenCV2.4.9\build\x86\vc10\bin 2) Download BGSLibrary -2.a) Checkout bgslibrary SVN at C:\bgslibrary +2.a) Clone bgslibrary on GitHub at C:\bgslibrary 3) Start Visual Studio 2010 3.a) Create New Project @@ -31,9 +29,9 @@ C:\OpenCV2.4.5\build\x86\vc10\bin 3.j) Click on Project->Properties 3.k) Change [Output Directory] to ..\ 3.l) Add OpenCV include in [C/C++] -> [Additional Include Directories] -C:\OpenCV2.4.5\build\include;C:\OpenCV2.4.5\build\include\opencv; +C:\OpenCV2.4.9\build\include;C:\OpenCV2.4.9\build\include\opencv; 3.m) Add OpenCV libraries in [Linker]->[Input] -C:\OpenCV2.4.5\build\x86\vc10\lib\*.lib +C:\OpenCV2.4.9\build\x86\vc10\lib\*.lib 3.n) Click in Build and wait 3.o) Run C:\bgslibrary\bgslibrary.exe -Enjoy! \ No newline at end of file +Enjoy! -- GitLab