Trait opencv::videostab::prelude::ImageMotionEstimatorBase [−][src]
Base class for global 2D motion estimation methods which take frames as input.
Required methods
fn as_raw_ImageMotionEstimatorBase(&self) -> *const c_void
[src]
fn as_raw_mut_ImageMotionEstimatorBase(&mut self) -> *mut c_void
[src]
Provided methods
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>
[src]
fn motion_model(&self) -> Result<MotionModel>
[src]
fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()>
[src]
fn estimate(&mut self, frame0: &Mat, frame1: &Mat, ok: &mut bool) -> Result<Mat>
[src]
C++ default parameters
- ok: 0