Struct opencv::videostab::ColorAverageInpainter
source · [−]pub struct ColorAverageInpainter { /* private fields */ }
Trait Implementations
sourceimpl Boxed for ColorAverageInpainter
impl Boxed for ColorAverageInpainter
sourceimpl ColorAverageInpainterTraitConst for ColorAverageInpainter
impl ColorAverageInpainterTraitConst for ColorAverageInpainter
fn as_raw_ColorAverageInpainter(&self) -> *const c_void
sourceimpl Drop for ColorAverageInpainter
impl Drop for ColorAverageInpainter
sourceimpl InpainterBase for ColorAverageInpainter
impl InpainterBase 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<()>
sourceimpl InpainterBaseConst for ColorAverageInpainter
impl InpainterBaseConst 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>>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more