integrate opencv
Hi, How can i integrate opencv in my project which use another library?
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: 313 times
Last updated: Mar 22 '13
Android Native Camera Focus Mode With 2.4.3 & Samsung Galaxy S2
Missing tbb lib for armeabi in 2.4.3 for Android?
How to get good matches from the ORB feature detection algorithm?
How to decrease the number of processed frames from a live video camera?
Unresolved inclusion in OpenCV+Android tutorial
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Which values for window size and number of pyramids are reasonable for calcOpticalFlowPyrLK?
Errors running builder 'CDT Builder' when trying to build OpenCV for android samples