OpenCV GUI applications (beyond highgui)
Hi, not sure if this is the right place for this, but here goes.
I was just wondering what's the best way to create more complicated OpenCV GUIs? I've made some simple stuff with highgui in python and now I want to add more stuff that isnt' possible with just highgui. Can I use wxpython or pyqt or something to build off of a highgui application? I'm pretty new to python gui programming but so far it seems pretty simple. Or would I want to just make the whole application in wx or qt and not use highgui at all? Thanks!