Trait opencv::hub_prelude::ImageMotionEstimatorBaseConst[][src]

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

Provided methods

Implementors