pub trait MotionEstimatorL1TraitConst: MotionEstimatorBaseConst {
    fn as_raw_MotionEstimatorL1(&self) -> *const c_void;
}
Expand description

Describes a global 2D motion estimation method which minimizes L1 error.

Note: To be able to use this method you must build OpenCV with CLP library support. :

Required Methods§

Implementors§