[][src]Trait opencv::prelude::GaussianMotionFilterTrait

pub trait GaussianMotionFilterTrait: MotionFilterBase {
    pub fn as_raw_GaussianMotionFilter(&self) -> *const c_void;
pub fn as_raw_mut_GaussianMotionFilter(&mut self) -> *mut c_void; pub fn set_params(&mut self, radius: i32, stdev: f32) -> Result<()> { ... }
pub fn radius(&self) -> Result<i32> { ... }
pub fn stdev(&self) -> Result<f32> { ... }
pub fn stabilize(
        &mut self,
        idx: i32,
        motions: &Vector<Mat>,
        range: &Range
    ) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

pub fn set_params(&mut self, radius: i32, stdev: f32) -> Result<()>[src]

pub fn radius(&self) -> Result<i32>[src]

pub fn stdev(&self) -> Result<f32>[src]

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

Loading content...

Implementors

Loading content...