C++ IDE for Ubuntu compatible with OpenCV
Hi,
I'm looking for an C++ IDE that is compatible with OpenCV. I was using Visual Studios in Windows and it was perfect, but know I'm limited to Ubuntu. What can you guys recommend me? I've seen a few like code::blocks and eclipse, but I'm not sure if they are going to work well like visual studios.
Any suggestion will be appreciated, Thanks!
I recommend to use Qt , you can find lot of tutorial in net.
Probably every editor that has clang-based autocomplete and gdb debugger integration will be good.
That said, I would also recommend to use Qt. It's cross-platform (so you can continue the same project on Windows), and it's easy to add a nice user interface to your finished projects.
Sounds great, I will give it a try, thanks for the answers!