pub trait TwoPassStabilizerTraitConst: IFrameSourceTraitConst + StabilizerBaseTraitConst {
// Required method
fn as_raw_TwoPassStabilizer(&self) -> *const c_void;
// Provided methods
fn motion_stabilizer(&self) -> Result<Ptr<IMotionStabilizer>> { ... }
fn wobble_suppressor(&self) -> Result<Ptr<WobbleSuppressorBase>> { ... }
fn must_estimate_trima_ratio(&self) -> Result<bool> { ... }
}
Expand description
Constant methods for crate::videostab::TwoPassStabilizer