Struct opencv::videostab::MotionEstimatorL1 [−][src]
pub struct MotionEstimatorL1 { /* fields omitted */ }
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. :
Implementations
C++ default parameters
- model: MM_AFFINE
Trait Implementations
Sets motion model. Read more
Returns Read more
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
Estimates global motion between two 2D point clouds. Read more
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
C++ default parameters Read more