C++ IDE for Ubuntu compatible with OpenCV

asked 2016-06-10 13:42:47 -0600

M. Tony gravatar image

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!

edit retag flag offensive close merge delete

Comments

I recommend to use Qt , you can find lot of tutorial in net.

Haris gravatar imageHaris ( 2016-06-11 00:09:31 -0600 )edit
1

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.

kbarni gravatar imagekbarni ( 2016-06-11 09:56:04 -0600 )edit

Sounds great, I will give it a try, thanks for the answers!

M. Tony gravatar imageM. Tony ( 2016-06-11 22:27:44 -0600 )edit