[][src]Struct opencv::videostab::TwoPassStabilizer

pub struct TwoPassStabilizer { /* fields omitted */ }

Methods

impl TwoPassStabilizer[src]

pub fn as_raw_TwoPassStabilizer(&self) -> *mut c_void[src]

pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]

impl TwoPassStabilizer[src]

pub fn default() -> Result<TwoPassStabilizer>[src]

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

pub fn motion_stabilizer(&self) -> Result<PtrOfIMotionStabilizer>[src]

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

pub fn must_estimate_trima_ratio(&self) -> Result<bool>[src]

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

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

Trait Implementations

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]