开发者

GUI in C using OpenCV

开发者 https://www.devze.com 2023-02-22 10:35 出处:网络
Is there any simple way to create a GUI using OpenCV libra开发者_运维技巧ry or linking some other library with OpenCV.

Is there any simple way to create a GUI using OpenCV libra开发者_运维技巧ry or linking some other library with OpenCV.

Just Like the trackbar in OpenCV, is there any way to create push buttons also?


OpenCV is a computer vision framework, not a GUI framework (even though OpenCV contains some very basic GUI functions).

For a real GUI, better use something like GTK or Qt.


I would recommend fltk. You can get started here: http://seriss.com/people/erco/fltk/

Once you build your gui you can convert Fl_RGB_Image and IplImage types back and forth.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号