[][src]Function opencv::highgui::set_window_property

pub fn set_window_property(
    winname: &str,
    prop_id: i32,
    prop_value: f64
) -> Result<()>

Changes parameters of a window dynamically.

The function setWindowProperty enables changing properties of a window.

Parameters

  • winname: Name of the window.
  • prop_id: Window property to edit. The supported operation flags are: (cv::WindowPropertyFlags)
  • prop_value: New value of the window property. The supported flags are: (cv::WindowFlags)