Struct opencv::videostab::ColorAverageInpainter
source · pub struct ColorAverageInpainter { /* private fields */ }
Trait Implementations§
source§impl Boxed for ColorAverageInpainter
impl Boxed for ColorAverageInpainter
source§impl ColorAverageInpainterTraitConst for ColorAverageInpainter
impl ColorAverageInpainterTraitConst for ColorAverageInpainter
fn as_raw_ColorAverageInpainter(&self) -> *const c_void
source§impl Debug for ColorAverageInpainter
impl Debug for ColorAverageInpainter
source§impl Drop for ColorAverageInpainter
impl Drop for ColorAverageInpainter
source§impl From<ColorAverageInpainter> for InpainterBase
impl From<ColorAverageInpainter> for InpainterBase
source§fn from(s: ColorAverageInpainter) -> Self
fn from(s: ColorAverageInpainter) -> Self
Converts to this type from the input type.
source§impl InpainterBaseTrait for ColorAverageInpainter
impl InpainterBaseTrait for ColorAverageInpainter
fn as_raw_mut_InpainterBase(&mut self) -> *mut c_void
fn set_radius(&mut self, val: i32) -> Result<()>
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>
fn inpaint(&mut self, idx: i32, frame: &mut Mat, mask: &mut Mat) -> Result<()>
fn set_frames(&mut self, val: &Vector<Mat>) -> Result<()>
fn set_motions(&mut self, val: &Vector<Mat>) -> Result<()>
fn set_stabilized_frames(&mut self, val: &Vector<Mat>) -> Result<()>
fn set_stabilization_motions(&mut self, val: &Vector<Mat>) -> Result<()>
source§impl InpainterBaseTraitConst for ColorAverageInpainter
impl InpainterBaseTraitConst for ColorAverageInpainter
fn as_raw_InpainterBase(&self) -> *const c_void
fn radius(&self) -> Result<i32>
fn motion_model(&self) -> Result<MotionModel>
fn frames(&self) -> Result<Vector<Mat>>
fn motions(&self) -> Result<Vector<Mat>>
fn stabilized_frames(&self) -> Result<Vector<Mat>>
fn stabilization_motions(&self) -> Result<Vector<Mat>>
source§impl TryFrom<InpainterBase> for ColorAverageInpainter
impl TryFrom<InpainterBase> for ColorAverageInpainter
impl Send for ColorAverageInpainter
Auto Trait Implementations§
impl RefUnwindSafe for ColorAverageInpainter
impl !Sync for ColorAverageInpainter
impl Unpin for ColorAverageInpainter
impl UnwindSafe for ColorAverageInpainter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more