pub trait ConsistentMosaicInpainterTraitConst: InpainterBaseTraitConst {
// Required method
fn as_raw_ConsistentMosaicInpainter(&self) -> *const c_void;
// Provided method
fn stdev_thresh(&self) -> Result<f32> { ... }
}
Expand description
Constant methods for crate::videostab::ConsistentMosaicInpainter