Can someone help me with the behavior of windows created with the imshow() function? I'm replacing a call to the older cvNamedWindow(), which required a window to be explicitly destroyed and cleaned up when you're done with it. imshow, on the other hand, seems to require no cleanup and to close the window after a user keypress. Do I have any control over that?
You can use namedWindow in Opencv 2.x
See this link: namedWindow
To destroy an window, you can use destroyWindow("windowname");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With