[][src]Trait opencv::prelude::MotionFilterBase

pub trait MotionFilterBase: IMotionStabilizer {
    pub fn as_raw_MotionFilterBase(&self) -> *const c_void;
pub fn as_raw_mut_MotionFilterBase(&mut self) -> *mut c_void; pub fn stabilize(
        &mut self,
        idx: i32,
        motions: &Vector<Mat>,
        range: &Range
    ) -> Result<Mat> { ... }
pub fn stabilize_1(
        &mut self,
        size: i32,
        motions: &Vector<Mat>,
        range: &Range,
        stabilization_motions: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn stabilize(
    &mut self,
    idx: i32,
    motions: &Vector<Mat>,
    range: &Range
) -> Result<Mat>
[src]

pub fn stabilize_1(
    &mut self,
    size: i32,
    motions: &Vector<Mat>,
    range: &Range,
    stabilization_motions: &mut Mat
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...