Trait opencv::hub_prelude::MotionEstimatorL1Trait
source · pub trait MotionEstimatorL1Trait: MotionEstimatorBase + MotionEstimatorL1TraitConst {
// Required method
fn as_raw_mut_MotionEstimatorL1(&mut self) -> *mut c_void;
// Provided method
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat> { ... }
}Expand description
Mutable methods for crate::videostab::MotionEstimatorL1
Required Methods§
fn as_raw_mut_MotionEstimatorL1(&mut self) -> *mut c_void
Provided Methods§
sourcefn 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
- ok: 0