Trait StabilizerBaseTraitConst

Source
pub trait StabilizerBaseTraitConst {
    // Required method
    fn as_raw_StabilizerBase(&self) -> *const c_void;

    // Provided methods
    fn log(&self) -> Result<Ptr<ILog>> { ... }
    fn radius(&self) -> Result<i32> { ... }
    fn frame_source(&self) -> Result<Ptr<IFrameSource>> { ... }
    fn mask_source(&self) -> Result<Ptr<IFrameSource>> { ... }
    fn motion_estimator(&self) -> Result<Ptr<ImageMotionEstimatorBase>> { ... }
    fn deblurrer(&self) -> Result<Ptr<DeblurerBase>> { ... }
    fn trim_ratio(&self) -> Result<f32> { ... }
    fn do_correction_for_inclusion(&self) -> Result<bool> { ... }
    fn border_mode(&self) -> Result<i32> { ... }
    fn inpainter(&self) -> Result<Ptr<InpainterBase>> { ... }
}
Expand description

Constant methods for crate::videostab::StabilizerBase

Required Methods§

Provided Methods§

Implementors§