Ask Your Question
0

Advance User Interface with Opencv

asked 2013-10-04 00:35:48 -0600

rolly gravatar image

i am looking for advanced user interface with open CV.

i have searched and got mostly using Qt, wx widgets, fltk but not with visual studio. i use visual studio as compiler, can i make UI by visual studio ? thank you.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-10-04 01:32:21 -0600

stereomatching gravatar image

updated 2013-10-04 01:38:08 -0600

yes, you can do it with visual studio.visual studio is an IDE which come with the compiler of c++. Qt, wxWidgets, fltk and openCV are c++ libraries.Every decent c++ compilers should be able to compile them. Qt is one my favorite library, it could cross many platforms

  1. windows
  2. osx
  3. linux
  4. android(Qt5.2 will provide full support)
  5. ios(Qt5.2 will provide full support)
  6. blackberry

and so on.If you need a portable c++ libraries which suit for application developement on desktop and mobile, Qt is a good choice for it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-10-04 00:35:48 -0600

Seen: 666 times

Last updated: Oct 04 '13