Ask Your Question
0

integrate opencv

asked 2013-03-19 03:00:19 -0600

pocahentez gravatar image

Hi, How can i integrate opencv in my project which use another library?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-03-19 05:34:21 -0600

Here is official intro for development in Eclipse.

edit flag offensive delete link more
1

answered 2013-03-19 03:07:14 -0600

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.

edit flag offensive delete link more

Comments

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?

pocahentez gravatar imagepocahentez ( 2013-03-19 03:39:49 -0600 )edit

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-19 08:23:03 -0600 )edit

Question Tools

Stats

Asked: 2013-03-19 03:00:19 -0600

Seen: 279 times

Last updated: Mar 22 '13