pub trait OnePassStabilizerTrait:
IFrameSourceTrait
+ OnePassStabilizerTraitConst
+ StabilizerBaseTrait {
// Required method
fn as_raw_mut_OnePassStabilizer(&mut self) -> *mut c_void;
// Provided methods
fn set_motion_filter(&mut self, val: Ptr<MotionFilterBase>) -> Result<()> { ... }
fn reset(&mut self) -> Result<()> { ... }
fn next_frame(&mut self) -> Result<Mat> { ... }
}
Expand description
Mutable methods for crate::videostab::OnePassStabilizer