[][src]Function opencv::highgui::destroy_window

pub fn destroy_window(winname: &str) -> Result<()>

Destroys the specified window.

The function destroyWindow destroys the window with the given name.

Parameters

  • winname: Name of the window to be destroyed.