pub trait ImageMotionEstimatorBaseConst {
fn as_raw_ImageMotionEstimatorBase(&self) -> *const c_void;
fn motion_model(&self) -> Result<MotionModel> { ... }
}
Expand description
Base class for global 2D motion estimation methods which take frames as input.
Required Methods
source
fn as_raw_ImageMotionEstimatorBase(&self) -> *const c_void
Provided Methods
source