OpenCV with other GUI (like Qt or WxWidgets) on Win32 VC++

后端 未结 5 951
抹茶落季
抹茶落季 2020-12-05 19:20

I want to use OpenCV\'s image processing functions, but not the OpenCV GUI. I\'m using OpenCV 2.0. I will use either Qt4 or WxWidgets for GUI functions. I compile with VC

5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-05 19:56

    Well I don't know much about OpenCV, but I work with wxWidgets alot.

    I highly recommend wxWidgets simply because of its intuitive structure and code layout.

    Also, QT is only available under the LGPL on Windows, so licensing may be an issue. wxWidgets can be used in commercial projects without restrictions.

    As for converting images back and forth, wxWidgets has a large number of classes/functions for working with images.

提交回复
热议问题