Struct opencv::videostab::KeypointBasedMotionEstimator [−][src]
pub struct KeypointBasedMotionEstimator { /* fields omitted */ }
Expand description
Describes a global 2D motion estimation method which uses keypoints detection and optical flow for matching.
Implementations
Trait Implementations
C++ default parameters Read more
fn estimate(
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
fn estimate(
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
ok: &mut bool
) -> Result<Mat>
C++ default parameters Read more