Type Definition opencv::types::PtrOfKeypointBasedMotionEstimator
source · [−]pub type PtrOfKeypointBasedMotionEstimator = Ptr<KeypointBasedMotionEstimator>;
Implementations
sourceimpl PtrOfKeypointBasedMotionEstimator
impl PtrOfKeypointBasedMotionEstimator
pub fn as_raw_PtrOfKeypointBasedMotionEstimator(&self) -> *const c_void
pub fn as_raw_mut_PtrOfKeypointBasedMotionEstimator(&mut self) -> *mut c_void
Trait Implementations
sourceimpl ImageMotionEstimatorBase for PtrOfKeypointBasedMotionEstimator
impl ImageMotionEstimatorBase for PtrOfKeypointBasedMotionEstimator
fn as_raw_mut_ImageMotionEstimatorBase(&mut self) -> *mut c_void
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>
fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()>
sourceimpl ImageMotionEstimatorBaseConst for PtrOfKeypointBasedMotionEstimator
impl ImageMotionEstimatorBaseConst for PtrOfKeypointBasedMotionEstimator
fn as_raw_ImageMotionEstimatorBase(&self) -> *const c_void
fn motion_model(&self) -> Result<MotionModel>
sourceimpl KeypointBasedMotionEstimatorTrait for PtrOfKeypointBasedMotionEstimator
impl KeypointBasedMotionEstimatorTrait for PtrOfKeypointBasedMotionEstimator
fn as_raw_mut_KeypointBasedMotionEstimator(&mut self) -> *mut c_void
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>
fn set_detector(&mut self, val: Ptr<Feature2D>) -> Result<()>
fn set_optical_flow_estimator(
&mut self,
val: Ptr<dyn ISparseOptFlowEstimator>
) -> Result<()>
fn set_outlier_rejector(&mut self, val: Ptr<dyn IOutlierRejector>) -> Result<()>
fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()>
sourcefn estimate_mat(
&mut self,
frame0: &Mat,
frame1: &Mat,
ok: &mut bool
) -> Result<Mat>
fn estimate_mat(
&mut self,
frame0: &Mat,
frame1: &Mat,
ok: &mut bool
) -> Result<Mat>
C++ default parameters Read more
sourcefn 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