OpenCV with Eclipse Oxygen on Windows10 64bit
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 !!!
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.
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?
visual studio tutorial
Well I thought that too but it is really easy too use if you give it time.
Alright, I will try it, thank you !!!