Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kr69sugu
camtron
Commits
9b2c82b9
Commit
9b2c82b9
authored
10 years ago
by
Andrews Sobral
Browse files
Options
Downloads
Patches
Plain Diff
Update bgslibrary_vs2010_opencv.txt
parent
4fbc6038
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bgslibrary_vs2010_opencv.txt
+10
-12
10 additions, 12 deletions
bgslibrary_vs2010_opencv.txt
with
10 additions
and
12 deletions
bgslibrary_vs2010_opencv.txt
+
10
−
12
View file @
9b2c82b9
---------------------------------------------------
---------------------------------------------------
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
1) Clone our VS2010 example project at [vs2010] folder
http://code.google.com/p/bgslibrary/source/browse/trunk/vs2010
https://github.com/andrewssobral/bgslibrary/tree/master/vs2010
Or configure manually by:
Or configure manually by:
1) Install OpenCV
1) Install OpenCV
1.a) Download OpenCV 2.4.
5
from http://opencv.org/
1.a) Download OpenCV 2.4.
9
from http://opencv.org/
2.b) Install in: C:\OpenCV2.4.
5
2.b) Install in: C:\OpenCV2.4.
9
2.c) Add OpenCV binaries in your Path
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) Download BGSLibrary
2.a) C
heckout
bgslibrary
SVN
at C:\bgslibrary
2.a) C
lone
bgslibrary
on GitHub
at C:\bgslibrary
3) Start Visual Studio 2010
3) Start Visual Studio 2010
3.a) Create New Project
3.a) Create New Project
...
@@ -31,9 +29,9 @@ C:\OpenCV2.4.5\build\x86\vc10\bin
...
@@ -31,9 +29,9 @@ C:\OpenCV2.4.5\build\x86\vc10\bin
3.j) Click on Project->Properties
3.j) Click on Project->Properties
3.k) Change [Output Directory] to ..\
3.k) Change [Output Directory] to ..\
3.l) Add OpenCV include in [C/C++] -> [Additional Include Directories]
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]
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.n) Click in Build and wait
3.o) Run C:\bgslibrary\bgslibrary.exe
3.o) Run C:\bgslibrary\bgslibrary.exe
Enjoy!
Enjoy!
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment