integrate opencv
Hi, How can i integrate opencv in my project which use another library?
Here is official intro for development in Eclipse.
Just plain simple, follow the tutorial on this website to integrate openCV in your project, which also works for later versions:
http://www.anlak.com/using-opencv-2-3-1-with-visual-studio-2010-tutorial/
To then destinguish between both libraries, make use of the library namespace, meaning you should use the following code structure
yourLibrary::fuction1()
cv::function1()
Which could be the same function, but implemented in other libraries.
thx but i'm using eclipse (to make apps under the android platform) not visual studio.I don't think that they have the same issue isn't?
Follow the guide by alexander, but basically, the settings are actually the same. Setting linker options and path variables, is a given fact for all software devellopment environments, not specific for Visual Studio.
Asked: 2013-03-19 03:00:19 -0600
Seen: 410 times
Last updated: Mar 22 '13