OpenCV with Eclipse Oxygen on Windows10 64bit

asked 2017-08-14 15:25:23 -0600

Janko gravatar image

Hi all,

I am a complete newbie with OpenCV, Eclipse and everything around this. I am in need to work with C++ for image processing and manipulation and one way I have found for C++ is Eclipse, so I have installed Oxygen. Later, I found that I need OpenCV. I have tried to follow this setup >> https://www.youtube.com/watch?v=BBamK... and it does not work for me for some reasons I do not understand at all.

I have tried some other methods, but none of them is working.... So this is my last option...

I have win10 64bit, Eclipse Oxygen and nothing else, no OpenCV, no MinGW, no CMake, nothing so I can start fresh...

Is there someone who can help me make it work? Or is there any tutorial which I can easily follow? It looks like there are tutorials for older (different) versions of Eclipse and OpenCV, so I think newest versions require different settings/approach and I cannot find any...

OR

What is the best combination of Eclipse and OpenCV version?

Thank you guys !!!

edit retag flag offensive close merge delete

Comments

Hi. How about you try using visual studio 2015 ? There is a tutorial on how to import opencv libraries to this ide just need to change *.lib names in linker if you will use opencv 3.

PiMac gravatar imagePiMac ( 2017-08-14 15:55:54 -0600 )edit

I do not know the reason why (yet), but I somehow don't like visual studio. But it seems that I will have to try it anyway. Do you have a link to the tutorial you mentioned?

Janko gravatar imageJanko ( 2017-08-14 16:03:33 -0600 )edit

visual studio tutorial

Well I thought that too but it is really easy too use if you give it time.

PiMac gravatar imagePiMac ( 2017-08-14 16:25:31 -0600 )edit

Alright, I will try it, thank you !!!

Janko gravatar imageJanko ( 2017-08-14 16:37:40 -0600 )edit