Restrict window resize or notifications
I'm creating a thumbnail image and would prefer that the user not be able to close or resize the window. Any suggestions on how to do that? I've tried using CV_WINDOW_KEEPRATIO to no avail.
I have another window that I'd like to be notified if it's closed or resized.
Any help would be appreciated!
forget all those ideas, it cannot do that.
you can use WINDOW_AUTO, so the win will adjust to the image size, and the image itself can't be resized (but yes, the window can), but that's all there is to it.
@sachinkhanna48 , please do not post answers here, if you have a question or comment. thank you.