pub trait MotionEstimatorBaseTraitConst {
// Required method
fn as_raw_MotionEstimatorBase(&self) -> *const c_void;
// Provided method
fn motion_model(&self) -> Result<MotionModel> { ... }
}
Expand description
Constant methods for crate::videostab::MotionEstimatorBase
Required Methods§
fn as_raw_MotionEstimatorBase(&self) -> *const c_void
Provided Methods§
Sourcefn motion_model(&self) -> Result<MotionModel>
fn motion_model(&self) -> Result<MotionModel>
§Returns
Motion model. See cv::videostab::MotionModel.