You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CV_WINDOW_NORMAL or CV_WINDOW_AUTOSIZE: CV_WINDOW_NORMAL enables you to resize the window, whereas CV_WINDOW_AUTOSIZE adjusts automatically the window size to fit the displayed image (see imshow() ), and you cannot change the window size manually.
I could not find any direct call to imshow, my guess is that is is hidden in cvShowxxx functions.
Fixed my problem, but it could be better since weird effect (kind of zooming and cropping that stop uppon selecting another window and coming back to it) occur when resizing the window...
The text was updated successfully, but these errors were encountered:
I'm not very familiar with this and I don't have a Linux desktop to test myself. But one idea would be too add this as a command line option instead at least. Could you create a Pull Request for that change maybe?
I'm using multiple virtual desktops on ubuntu 15.10 and opencv 3.0.0.
When I start imageclipper the view spans over all the desktops and it is not possible to resize it.
It seems to be related to those lines:
Opencv API specifies that:
I could not find any direct call to imshow, my guess is that is is hidden in cvShowxxx functions.
Using:
Fixed my problem, but it could be better since weird effect (kind of zooming and cropping that stop uppon selecting another window and coming back to it) occur when resizing the window...
The text was updated successfully, but these errors were encountered: