OpenCV and creating GUIs

前端 未结 4 1823
夕颜
夕颜 2021-01-11 12:37

Can I use OpenCV to create GUIs that contain buttons, list boxes, ...etc for example?

Thanks.

4条回答
  •  误落风尘
    2021-01-11 12:38

    Along with the highgui functions that Simon has pointed out, others have used OpenCV in conjunction with Qt. It is possible to translate the camera frames into images on a QLabel widget, and update the image on the label periodically.

提交回复
热议问题