[][src]Trait opencv::videostab::WobbleSuppressorBase

pub trait WobbleSuppressorBase {
    pub fn as_raw_WobbleSuppressorBase(&self) -> *const c_void;
pub fn as_raw_mut_WobbleSuppressorBase(&mut self) -> *mut c_void; pub fn set_motion_estimator(
        &mut self,
        val: Ptr<dyn ImageMotionEstimatorBase>
    ) -> Result<()> { ... }
pub fn motion_estimator(&self) -> Result<Ptr<dyn ImageMotionEstimatorBase>> { ... }
pub fn suppress(
        &mut self,
        idx: i32,
        frame: &Mat,
        result: &mut Mat
    ) -> Result<()> { ... }
pub fn set_frame_count(&mut self, val: i32) -> Result<()> { ... }
pub fn frame_count(&self) -> Result<i32> { ... }
pub fn set_motions(&mut self, val: &Vector<Mat>) -> Result<()> { ... }
pub fn motions(&self) -> Result<Vector<Mat>> { ... }
pub fn set_motions2(&mut self, val: &Vector<Mat>) -> Result<()> { ... }
pub fn motions2(&self) -> Result<Vector<Mat>> { ... }
pub fn set_stabilization_motions(&mut self, val: &Vector<Mat>) -> Result<()> { ... }
pub fn stabilization_motions(&self) -> Result<Vector<Mat>> { ... } }

Required methods

Loading content...

Provided methods

pub fn set_motion_estimator(
    &mut self,
    val: Ptr<dyn ImageMotionEstimatorBase>
) -> Result<()>
[src]

pub fn motion_estimator(&self) -> Result<Ptr<dyn ImageMotionEstimatorBase>>[src]

pub fn suppress(
    &mut self,
    idx: i32,
    frame: &Mat,
    result: &mut Mat
) -> Result<()>
[src]

pub fn set_frame_count(&mut self, val: i32) -> Result<()>[src]

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

pub fn set_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]

pub fn motions(&self) -> Result<Vector<Mat>>[src]

pub fn set_motions2(&mut self, val: &Vector<Mat>) -> Result<()>[src]

pub fn motions2(&self) -> Result<Vector<Mat>>[src]

pub fn set_stabilization_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]

pub fn stabilization_motions(&self) -> Result<Vector<Mat>>[src]

Loading content...

Implementors

Loading content...