Function cv::highgui::highgui_named_window [−][src]
pub fn highgui_named_window(name: &str, flags: WindowFlag) -> Result<(), Error>
Create a window that can be used as a placeholder for images and trackbars. All created windows are referred to by their names. If a window with the same name already exists, the function does nothing.