Trait opencv::videostab::prelude::VideoFileSourceTrait[][src]

pub trait VideoFileSourceTrait: IFrameSource {
    fn as_raw_VideoFileSource(&self) -> *const c_void;
fn as_raw_mut_VideoFileSource(&mut self) -> *mut c_void; fn reset(&mut self) -> Result<()> { ... }
fn next_frame(&mut self) -> Result<Mat> { ... }
fn width(&mut self) -> Result<i32> { ... }
fn height(&mut self) -> Result<i32> { ... }
fn count(&mut self) -> Result<i32> { ... }
fn fps(&mut self) -> Result<f64> { ... } }

Required methods

Provided methods

Implementors