Wednesday, September 15, 2010

Blood In Stool Dog After Birth

Integrating the OpenCV Library in Visual Studio. NET 2008

OpenCV configuration under VS 2008

Before the OpenCV Library integrated into their own projects and compiled
will need Visual Studio. NET 2008, the following static
libraries are configured.
In VS 2008 -> Tools -> Options -> Projects and Solutions->
VC + + Directories-> Show Directories for: Include files
here now enter the path to the include directory
C: \\ OpenCV2.1 \\ include \\ opencv
This configuration for the library directory and the source file to perform.








path for the library directory:
C: \\ OpenCV2.1 \\


lib paths for source files:
C: \\ OpenCV2.1 \\ src \\ cxcore
C: \\ OpenCV2.1 \\ src \\ cvaux
C: \\ OpenCV2.1 \\ src \\ cvaux \\ vs
C: \\ OpenCV2.1 \\ src \\ cv
C: \\ OpenCV2.1 \\ src \\ highgui
C : \\ OpenCV2.1 \\ src \\ ml


configuration of OpenCV projects under VS 2008

Once a project is created in VS 2008, it is necessary for the static libraries
OpenCV, in integrate the project to be created. Register> Additional Dependencies OpenCV following dependencies
line by line -
In VS 2008 -> Project -> ProjectName Properties-> Configuration Properties
> Linker> Input.
cv210.lib
cvaux210.lib
cxcore210.lib
highgui210.lib

Other specific lib files that are required for the project must be mentioned here
.

0 comments:

Post a Comment