add scrollbars to highgui windows (Feature #1229)
Description
in the case of large-resolution images the highui windows displaying them are getting big and do not fit the screen. adding scrollbars to solve the problem would be a useful addition.
the original request is here: #1225
History
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Andrey Kamaev almost 13 years ago
- Description changed from in the case of large-resolution images the highui windows displaying them are... to in the case of large-resolution images the highui windows displaying them are... More
Updated by Xing Chen over 12 years ago
I've been suffering from the problem for a long time. A scrollbar is really very very important for inspecting large images.
Currently, when I'm looking at a large image, I have to re-scale the image, which means that some details will be changed. If I don't resize the image, I can't even see some part of the image.
I really believe this should be a basic feature for an image viewer for scientific purposes. If somebody would raise it's priority and work on it, I will be very grateful. Thanks.
Updated by Xing Chen over 12 years ago
Alternatively, if introducing a scrollbar is too hard, maybe we can add an option to show the status bar on the top-left of the window, so that one can at least know the basic information (position and RGB value) of the visible pixels.
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-gui
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4289