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

pub trait IFrameSource {
    fn as_raw_IFrameSource(&self) -> *const c_void;
fn as_raw_mut_IFrameSource(&mut self) -> *mut c_void; fn reset(&mut self) -> Result<()> { ... }
fn next_frame(&mut self) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

fn reset(&mut self) -> Result<()>[src]

fn next_frame(&mut self) -> Result<Mat>[src]

Loading content...

Implementors

impl IFrameSource for MaskFrameSource[src]

impl IFrameSource for NullFrameSource[src]

impl IFrameSource for OnePassStabilizer[src]

impl IFrameSource for TwoPassStabilizer[src]

impl IFrameSource for VideoFileSource[src]

impl IFrameSource for PtrOfIFrameSource[src]

impl IFrameSource for PtrOfMaskFrameSource[src]

impl IFrameSource for PtrOfNullFrameSource[src]

impl IFrameSource for PtrOfOnePassStabilizer[src]

impl IFrameSource for PtrOfTwoPassStabilizer[src]

impl IFrameSource for PtrOfVideoFileSource[src]

Loading content...