[−][src]Struct opencv::videostab::NullInpainter
Implementations
impl NullInpainter[src]
pub fn as_raw_NullInpainter(&self) -> *const c_void[src]
pub fn as_raw_mut_NullInpainter(&mut self) -> *mut c_void[src]
Trait Implementations
impl Boxed for NullInpainter[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self[src]
fn into_raw(self) -> *mut c_void[src]
fn as_raw(&self) -> *const c_void[src]
fn as_raw_mut(&mut self) -> *mut c_void[src]
impl Drop for NullInpainter[src]
impl InpainterBase for NullInpainter[src]
fn as_raw_InpainterBase(&self) -> *const c_void[src]
fn as_raw_mut_InpainterBase(&mut self) -> *mut c_void[src]
fn set_radius(&mut self, val: i32) -> Result<()>[src]
fn radius(&self) -> Result<i32>[src]
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>[src]
fn motion_model(&self) -> Result<MotionModel>[src]
fn inpaint(&mut self, idx: i32, frame: &mut Mat, mask: &mut Mat) -> Result<()>[src]
fn set_frames(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn frames(&self) -> Result<Vector<Mat>>[src]
fn set_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn motions(&self) -> Result<Vector<Mat>>[src]
fn set_stabilized_frames(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn stabilized_frames(&self) -> Result<Vector<Mat>>[src]
fn set_stabilization_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn stabilization_motions(&self) -> Result<Vector<Mat>>[src]
impl NullInpainterTrait for NullInpainter[src]
fn as_raw_NullInpainter(&self) -> *const c_void[src]
fn as_raw_mut_NullInpainter(&mut self) -> *mut c_void[src]
fn inpaint(
&mut self,
unnamed: i32,
unnamed_1: &mut Mat,
unnamed_2: &mut Mat
) -> Result<()>[src]
&mut self,
unnamed: i32,
unnamed_1: &mut Mat,
unnamed_2: &mut Mat
) -> Result<()>
impl Send for NullInpainter[src]
Auto Trait Implementations
impl RefUnwindSafe for NullInpainter
impl !Sync for NullInpainter
impl Unpin for NullInpainter
impl UnwindSafe for NullInpainter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,