[][src]Trait opencv::prelude::OnePassStabilizerTrait

pub trait OnePassStabilizerTrait: IFrameSource + StabilizerBase {
    fn as_raw_OnePassStabilizer(&self) -> *const c_void;
fn as_raw_mut_OnePassStabilizer(&mut self) -> *mut c_void; fn set_motion_filter(
        &mut self,
        val: Ptr<dyn MotionFilterBase>
    ) -> Result<()> { ... }
fn motion_filter(&self) -> Result<Ptr<dyn MotionFilterBase>> { ... }
fn reset(&mut self) -> Result<()> { ... }
fn next_frame(&mut self) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

fn set_motion_filter(&mut self, val: Ptr<dyn MotionFilterBase>) -> Result<()>

fn motion_filter(&self) -> Result<Ptr<dyn MotionFilterBase>>

fn reset(&mut self) -> Result<()>

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

Loading content...

Implementors

Loading content...