[][src]Function opencv::highgui::save_window_parameters

pub fn save_window_parameters(window_name: &str) -> Result<()>

Saves parameters of the specified window.

The function saveWindowParameters saves size, location, flags, trackbars value, zoom and panning location of the window windowName.

Parameters

  • windowName: Name of the window.