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

pub trait IMotionStabilizer {
    pub fn as_raw_IMotionStabilizer(&self) -> *const c_void;
pub fn as_raw_mut_IMotionStabilizer(&mut self) -> *mut c_void; pub fn stabilize(
        &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,
    size: i32,
    motions: &Vector<Mat>,
    range: &Range,
    stabilization_motions: &mut Mat
) -> Result<()>
[src]

assumes that [0, size-1) is in or equals to [range.first, range.second)

Loading content...

Implementors

Loading content...