Undocumented feature of cv::imshow() (Feature #4483)
Description
on the documentation of imshow ( http://docs.opencv.org/master/d7/dfc/group__highgui.html#ga453d42fe4cb60e5723281a89973ee563 )
a feature mentioned as "[Windows Backend Only] Pressing Ctrl+C will copy the image to the clipboard. ".
but pressing Ctrl+S for "save as" dialog is not mentioned.
History
Updated by Philipp Hasper over 9 years ago
FYI: On my system (Win 8.1 Pro) Ctrl+C works, but Ctrl+S does not open any dialog
Updated by Suleyman TURKMEN over 9 years ago
Philipp Hasper wrote:
FYI: On my system (Win 8.1 Pro) Ctrl+C works, but Ctrl+S does not open any dialog
Make Ctrl+S open save dialog on Windows
https://github.com/Itseez/opencv/commit/3fa02787ac59a834b3e498374cdb7c63d865e77e
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/5071