Trait opencv::prelude::OnePassStabilizerTraitConst
source · pub trait OnePassStabilizerTraitConst: IFrameSourceTraitConst + StabilizerBaseTraitConst {
// Required method
fn as_raw_OnePassStabilizer(&self) -> *const c_void;
// Provided method
fn motion_filter(&self) -> Result<Ptr<MotionFilterBase>> { ... }
}
Expand description
Constant methods for crate::videostab::OnePassStabilizer