[][src]Function opencv::highgui::get_window_image_rect

pub fn get_window_image_rect(winname: &str) -> Result<Rect>

Provides rectangle of image in the window.

The function getWindowImageRect returns the client screen coordinates, width and height of the image rendering area.

Parameters

  • winname: Name of the window.

See also

resizeWindow moveWindow