Trait cv::highgui::Show[][src]

pub trait Show {
    fn show(&self, name: &str, delay: c_int) -> Result<(), Error>;
}

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.

Loading content...

Implementors

impl Show for Mat[src]

Loading content...