[][src]Function opencv::highgui::load_window_parameters

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

Loads parameters of the specified window.

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

Parameters

  • windowName: Name of the window.