1 | initial version |
Basically what you are asking does not depend on OpenCV, but on your GUI environment that you are using, like for example winforms.
OpenCV does not provide an easy way to place the namedWindows in a container element on a GUI. Nor does it supply a system to combine multiple namedWindows into a single graphical intertface. This is because the OpenCV library is basically image processing algorithms, not visualization in his main focus.
What you could do is the following:
It all depends on your operation time on the images if you can get this real time or not.