pub trait KeypointBasedMotionEstimatorTraitConst: ImageMotionEstimatorBaseTraitConst {
// Required method
fn as_raw_KeypointBasedMotionEstimator(&self) -> *const c_void;
// Provided methods
fn motion_model(&self) -> Result<MotionModel> { ... }
fn detector(&self) -> Result<Ptr<Feature2D>> { ... }
fn optical_flow_estimator(&self) -> Result<Ptr<ISparseOptFlowEstimator>> { ... }
fn outlier_rejector(&self) -> Result<Ptr<IOutlierRejector>> { ... }
}
Expand description
Constant methods for crate::videostab::KeypointBasedMotionEstimator