Struct opencv::videostab::NullInpainter
source · pub struct NullInpainter { /* private fields */ }Trait Implementations§
source§impl Boxed for NullInpainter
impl Boxed for NullInpainter
source§impl Debug for NullInpainter
impl Debug for NullInpainter
source§impl Drop for NullInpainter
impl Drop for NullInpainter
source§impl From<NullInpainter> for InpainterBase
impl From<NullInpainter> for InpainterBase
source§fn from(s: NullInpainter) -> Self
fn from(s: NullInpainter) -> Self
Converts to this type from the input type.
source§impl InpainterBaseTrait for NullInpainter
impl InpainterBaseTrait for NullInpainter
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 NullInpainter
impl InpainterBaseTraitConst for NullInpainter
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 NullInpainterTrait for NullInpainter
impl NullInpainterTrait for NullInpainter
source§impl NullInpainterTraitConst for NullInpainter
impl NullInpainterTraitConst for NullInpainter
fn as_raw_NullInpainter(&self) -> *const c_void
source§impl TryFrom<InpainterBase> for NullInpainter
impl TryFrom<InpainterBase> for NullInpainter
impl Send for NullInpainter
Auto Trait Implementations§
impl RefUnwindSafe for NullInpainter
impl !Sync for NullInpainter
impl Unpin for NullInpainter
impl UnwindSafe for NullInpainter
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