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

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

Required methods

Loading content...

Provided methods

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

pub fn motion_filter(&self) -> Result<Ptr<dyn MotionFilterBase>>[src]

pub fn reset(&mut self) -> Result<()>[src]

pub fn next_frame(&mut self) -> Result<Mat>[src]

Loading content...

Implementors

impl OnePassStabilizerTrait for OnePassStabilizer[src]

Loading content...