pub fn show_display( window_name: &str, mat: &Mat, wait: i32, video: &Video) -> Result<()>
If video.show_display, shows the given Mat in an OpenCV window with the given name.
video.show_display
Mat
OpenCV
Returns an [OpencvError] if the window cannot be shown, or the Mat cannot be scaled as needed.
OpencvError