pub trait ImageMotionEstimatorBaseTraitConst {
// Required method
fn as_raw_ImageMotionEstimatorBase(&self) -> *const c_void;
// Provided method
fn motion_model(&self) -> Result<MotionModel> { ... }
}
Expand description
Constant methods for crate::videostab::ImageMotionEstimatorBase