Trait cv::highgui::Show [−][src]
Provides some highgui functionallity
Required methods
fn show(&self, name: &str, delay: c_int) -> Result<(), Error>
[src]
Calls out to highgui to show the image, the duration is specified by delay
.