OpenCV configuration in Windows using Eclipse
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.
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.
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.
can you takea look at the answer here ?