Sunday, 6 November 2011

CONFIGURING OPENCV PROJECT

After integrating the libraries with Microsoft visual studios 2008. let us start performing the start of ny creating a new project in Microsoft Visual Studios 2008
                                                  to create a project go to File->New->Project

in the left side tree select visual c++ and in the rigt side list make a selection of "win32 console application"

provide a name to the project in the project name dialog click ok.as soon as u click ok another dialog box will appear just click finish there

now an editor interface for the project will appear then go to Project-> " project name" properties... in this case my project name is "blink"

then a dialog box will open where expand "Configuration Properties" in left tree->then expand "linker" branch in it-> select input in it
then in the right side window select Additional Dependencies provide the following inputs
cv210.lib
cvaux210.lib
cxcore210.lib
highgui210.lib then click ok

now the project is ready to be designed and executed
note:- for every project the configuration must be done


No comments:

Post a Comment