08-20-2008 11:59 AM
Hello!
I know this is a simple task here and i would appreciate anyone who knows about this can help me to get started with it.
I want to use OpenCV library in Labwindows/CVI. What settings do I have to make in order to run a simple code. I know what settings to do in Visual Studio. Like adding directory paths under Library files, Include files, Source files,...etc.
So what settings do I need to make in Labwindows in order to start a simple openCv project. I would appreciate a link or some instruction guidelines.
Thank you so much folks!
08-22-2008 03:15 AM
setup is the same for CVI, except that options are not at the same place.
for CVI, include paths are specified in the "Edit/Project..." menu, there is an "Include Paths..." button. the list is valid for all type of includes (library, header, source...). if you need to set some compiler options (#define), it is in the "Options/Build Options..." menu, at the very bottom of the window.
now, i would recommend adding the lib and header files directly to your project. this will allow anyone who needs to compile your project to be aware of the dependency.