Trait opencv::videostab::KeypointBasedMotionEstimatorGpuTrait [−][src]
pub trait KeypointBasedMotionEstimatorGpuTrait: ImageMotionEstimatorBase + KeypointBasedMotionEstimatorGpuTraitConst {
fn as_raw_mut_KeypointBasedMotionEstimatorGpu(&mut self) -> *mut c_void;
fn set_motion_model(&mut self, val: MotionModel) -> Result<()> { ... }
fn set_outlier_rejector(
&mut self,
val: Ptr<dyn IOutlierRejector>
) -> Result<()> { ... }
fn estimate(
&mut self,
frame0: &Mat,
frame1: &Mat,
ok: &mut bool
) -> Result<Mat> { ... }
fn estimate_1(
&mut self,
frame0: &GpuMat,
frame1: &GpuMat,
ok: &mut bool
) -> Result<Mat> { ... }
}
Required methods
fn as_raw_mut_KeypointBasedMotionEstimatorGpu(&mut self) -> *mut c_void
Provided methods
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>
fn set_outlier_rejector(&mut self, val: Ptr<dyn IOutlierRejector>) -> Result<()>
C++ default parameters
- ok: 0
C++ default parameters
- ok: 0