[][src]Trait opencv::videostab::StabilizerBase

pub trait StabilizerBase {
    fn as_raw_StabilizerBase(&self) -> *mut c_void;

    fn set_log(&mut self, ilog: &PtrOfILog) -> Result<()> { ... }
fn log(&self) -> Result<PtrOfILog> { ... }
fn set_radius(&mut self, val: i32) -> Result<()> { ... }
fn radius(&self) -> Result<i32> { ... }
fn set_frame_source(&mut self, val: &PtrOfIFrameSource) -> Result<()> { ... }
fn frame_source(&self) -> Result<PtrOfIFrameSource> { ... }
fn set_motion_estimator(
        &mut self,
        val: &PtrOfImageMotionEstimatorBase
    ) -> Result<()> { ... }
fn motion_estimator(&self) -> Result<PtrOfImageMotionEstimatorBase> { ... }
fn set_deblurer(&mut self, val: &PtrOfDeblurerBase) -> Result<()> { ... }
fn deblurrer(&self) -> Result<PtrOfDeblurerBase> { ... }
fn set_trim_ratio(&mut self, val: f32) -> Result<()> { ... }
fn trim_ratio(&self) -> Result<f32> { ... }
fn set_correction_for_inclusion(&mut self, val: bool) -> Result<()> { ... }
fn do_correction_for_inclusion(&self) -> Result<bool> { ... }
fn set_border_mode(&mut self, val: i32) -> Result<()> { ... }
fn border_mode(&self) -> Result<i32> { ... }
fn set_inpainter(&mut self, val: &PtrOfInpainterBase) -> Result<()> { ... }
fn inpainter(&self) -> Result<PtrOfInpainterBase> { ... } }

Required methods

Loading content...

Provided methods

fn set_log(&mut self, ilog: &PtrOfILog) -> Result<()>

fn log(&self) -> Result<PtrOfILog>

fn set_radius(&mut self, val: i32) -> Result<()>

fn radius(&self) -> Result<i32>

fn set_frame_source(&mut self, val: &PtrOfIFrameSource) -> Result<()>

fn frame_source(&self) -> Result<PtrOfIFrameSource>

fn set_motion_estimator(
    &mut self,
    val: &PtrOfImageMotionEstimatorBase
) -> Result<()>

fn motion_estimator(&self) -> Result<PtrOfImageMotionEstimatorBase>

fn set_deblurer(&mut self, val: &PtrOfDeblurerBase) -> Result<()>

fn deblurrer(&self) -> Result<PtrOfDeblurerBase>

fn set_trim_ratio(&mut self, val: f32) -> Result<()>

fn trim_ratio(&self) -> Result<f32>

fn set_correction_for_inclusion(&mut self, val: bool) -> Result<()>

fn do_correction_for_inclusion(&self) -> Result<bool>

fn set_border_mode(&mut self, val: i32) -> Result<()>

fn border_mode(&self) -> Result<i32>

fn set_inpainter(&mut self, val: &PtrOfInpainterBase) -> Result<()>

fn inpainter(&self) -> Result<PtrOfInpainterBase>

Loading content...

Implementors

Loading content...