Trait opencv::prelude::MotionEstimatorL1Trait [−][src]
pub trait MotionEstimatorL1Trait: MotionEstimatorBase + MotionEstimatorL1TraitConst {
fn as_raw_mut_MotionEstimatorL1(&mut self) -> *mut c_void;
fn estimate(
&mut self,
points0: &dyn ToInputArray,
points1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat> { ... }
}
Required methods
fn as_raw_mut_MotionEstimatorL1(&mut self) -> *mut c_void
Provided methods
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
- ok: 0