pub trait WobbleSuppressorBaseTraitConst {
// Required method
fn as_raw_WobbleSuppressorBase(&self) -> *const c_void;
// Provided methods
fn motion_estimator(&self) -> Result<Ptr<ImageMotionEstimatorBase>> { ... }
fn frame_count(&self) -> Result<i32> { ... }
fn motions(&self) -> Result<Vector<Mat>> { ... }
fn motions2(&self) -> Result<Vector<Mat>> { ... }
fn stabilization_motions(&self) -> Result<Vector<Mat>> { ... }
}
Expand description
Constant methods for crate::videostab::WobbleSuppressorBase