pub trait ConsistentMosaicInpainterTraitConst: InpainterBaseConst {
fn as_raw_ConsistentMosaicInpainter(&self) -> *const c_void;
fn stdev_thresh(&self) -> Result<f32> { ... }
}
pub trait ConsistentMosaicInpainterTraitConst: InpainterBaseConst {
fn as_raw_ConsistentMosaicInpainter(&self) -> *const c_void;
fn stdev_thresh(&self) -> Result<f32> { ... }
}