[][src]Function opencv::highgui::get_window_property

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

Provides parameters of a window.

The function getWindowProperty returns properties of a window.

Parameters

  • winname: Name of the window.
  • prop_id: Window property to retrieve. The following operation flags are available: (cv::WindowPropertyFlags)

See also

setWindowProperty