-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
problems after #20281 #20352
Copy link
Copy link
Closed
Labels
Milestone
Description
i see the following problems after #20281 ( Platform: Windows 10.0.19042 AMD64 )
imshow( winname, img )( without prior namedWindow ) by default the window was created with thecv::WINDOW_AUTOSIZEflag. now the window is resizable![Windows Backend Only] Pressing Ctrl+S will show a dialog to save the image.don't work.[Windows Backend Only] Pressing Ctrl+C will copy the image to the clipboard.copies the image to the clipboard but triggered waitKey() as a key pressed. i think it was waiting another key press before..
Reactions are currently unavailable