pub fn show_display(
    window_name: &str,
    mat: &Mat,
    wait: i32,
    video: &Video
) -> Result<()>
Expand description

If video.show_display, shows the given Mat in an OpenCV window with the given name.

Errors

Returns an [OpencvError] if the window cannot be shown, or the Mat cannot be scaled as needed.