tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Use normal Gtk windows for OpenCV image (video) output #13

Closed valera-rozuvan closed 2 years ago

valera-rozuvan commented 8 years ago

This questions was raised in Issue #5.

We can create a normal Gtk window, and draw images to that. Why did you decide to use the OpenCV windows for image output?

@juliena82 What do you say about this idea, switching to Gtk for displaying images and videos?

juliena82 commented 8 years ago

Yes, I think the same, and it was already in my todo list. The fact that this window is a OpenCV is historical, and afterwards I realized that Gtk Windows are more practical. That's why all the other Windows are already Gtk ones.

applemuncy commented 8 years ago

When this gets coded, I suggest making it possible to tear apart the input and output into separate windows. Or an option to stack one above the other.

valera-rozuvan commented 2 years ago

Closing this issue due to lack of activity.