[][src]Function opencv::highgui::update_window

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

Force window to redraw its context and call draw callback ( See cv::setOpenGlDrawCallback ).

Parameters

  • winname: Name of the window.