Hi Alex,
The OpenCV window_gtk.cpp isn't so simple. A lot of tough concepts there. For
example the code is written for compiling with both GTK2 and GTK3, makes use of
threads, creates a custom GTK widget, uses GTK OpenGL if it can, etc.
The GTK functions can only be called on the "main" thr
Hello all,
I am creating a program that uses face detection coordinates to move/resize a
window in real-time. The GTK+ component of this program is fairly simple I
believe, but I cannot seem to figure out what is going wrong. I would like the
window to stay visible the entire time without havi