Trait opencv::prelude::MotionEstimatorBaseConst
source · [−]pub trait MotionEstimatorBaseConst {
fn as_raw_MotionEstimatorBase(&self) -> *const c_void;
fn motion_model(&self) -> Result<MotionModel> { ... }
}
Expand description
Base class for all global motion estimation methods.
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.