Function opencv::highgui::save_window_parameters
source · pub fn save_window_parameters(window_name: &str) -> Result<()>Expand description
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.