OpenCV configuration in Windows using Eclipse

asked 2016-11-03 09:47:14 -0600

inn@nav8 gravatar image

Hi All,

I am very new to this and i need to run an example code in the eclipse IDE. Can you help in achieving this or can anyone share if there is any document to refer? Actually i referred to the link provided in the Opencv.org (PLEASE REFER TO THE INSTALLATION DOCUMENTATION) http://docs.opencv.org/2.4/doc/tutori.... But this link dint help me in achieving to run the sample code.

Thanks!

BR, Naveen.

edit retag flag offensive close merge delete

Comments

unfortunately, that tutorial is aimed at linux users.

the downside of using eclipse on win is, that you have to use some sort of mingw compiler, and cannot use prebuilt libs, so step 1 would be -- build opencv libs from src, using cmake.

berak gravatar imageberak ( 2016-11-03 10:03:14 -0600 )edit

Hi, Thanks for the reply. Can you share some links to build opencv libs using cmake. After building opencv libs using cmake, what is the next step to proceed.

inn@nav8 gravatar imageinn@nav8 ( 2016-11-03 10:13:16 -0600 )edit

can you takea look at the answer here ?

berak gravatar imageberak ( 2016-11-04 01:45:00 -0600 )edit