Trait opencv::hub_prelude::TwoPassStabilizerTrait
source · [−]pub trait TwoPassStabilizerTrait: IFrameSource + StabilizerBase + TwoPassStabilizerTraitConst {
fn as_raw_mut_TwoPassStabilizer(&mut self) -> *mut c_void;
fn set_motion_stabilizer(
&mut self,
val: Ptr<dyn IMotionStabilizer>
) -> Result<()> { ... }
fn set_wobble_suppressor(
&mut self,
val: Ptr<dyn WobbleSuppressorBase>
) -> Result<()> { ... }
fn set_estimate_trim_ratio(&mut self, val: bool) -> Result<()> { ... }
fn reset(&mut self) -> Result<()> { ... }
fn next_frame(&mut self) -> Result<Mat> { ... }
}