I am using OpenCV 3.3 on a Win10 platform with C++.
Is there a way to enable the mouse to move a window shown with Imshow? I do see that there is a mouse callback function nut that seems more targeted at using mouse events to control an app rather than simple window control.
I wonder if this is something I am missing because this seems elemental.
If a callback function is required, any example code for moving a window appreciated.
Thanks