How can I resize the main window consisting of several subwindows? (see image) Is something like cv::resize available?
How can I have two main windows and either draw to window 1 or window 2? Currently I can open two main windows but it will always draw to the first one.
Thank you!