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

Shows the given Mat in an OpenCV window with the given name. This function is the same as show_display, except that it does not check Video::show_display. This function is useful for debugging.

Errors

Returns an opencv::Error if the window cannot be shown, or the Mat cannot be scaled as needed.