Type Definition opencv::types::PtrOfMotionEstimatorL1 [−][src]
pub type PtrOfMotionEstimatorL1 = Ptr<MotionEstimatorL1>;
Implementations
Trait Implementations
Sets motion model. 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
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>
C++ default parameters Read more