pub trait KeypointBasedMotionEstimatorGpuTraitConst: ImageMotionEstimatorBaseTraitConst {
// Required method
fn as_raw_KeypointBasedMotionEstimatorGpu(&self) -> *const c_void;
// Provided methods
fn motion_model(&self) -> Result<MotionModel> { ... }
fn outlier_rejector(&self) -> Result<Ptr<IOutlierRejector>> { ... }
}
Expand description
Constant methods for crate::videostab::KeypointBasedMotionEstimatorGpu