pub trait MotionInpainterTraitConst: InpainterBaseTraitConst {
// Required method
fn as_raw_MotionInpainter(&self) -> *const c_void;
// Provided methods
fn opt_flow_estimator(&self) -> Result<Ptr<IDenseOptFlowEstimator>> { ... }
fn flow_error_threshold(&self) -> Result<f32> { ... }
fn dist_thresh(&self) -> Result<f32> { ... }
fn border_mode(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::videostab::MotionInpainter