[−][src]Struct opencv::videostab::InpaintingPipeline
Implementations
impl InpaintingPipeline[src]
pub fn as_raw_InpaintingPipeline(&self) -> *const c_void[src]
pub fn as_raw_mut_InpaintingPipeline(&mut self) -> *mut c_void[src]
Trait Implementations
impl Boxed for InpaintingPipeline[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 InpaintingPipeline[src]
impl InpainterBase for InpaintingPipeline[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 InpaintingPipelineTrait for InpaintingPipeline[src]
fn as_raw_InpaintingPipeline(&self) -> *const c_void[src]
fn as_raw_mut_InpaintingPipeline(&mut self) -> *mut c_void[src]
fn push_back(&mut self, inpainter: Ptr<dyn InpainterBase>) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn set_radius(&mut self, val: i32) -> Result<()>[src]
fn set_motion_model(&mut self, val: MotionModel) -> Result<()>[src]
fn set_frames(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn set_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn set_stabilized_frames(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn set_stabilization_motions(&mut self, val: &Vector<Mat>) -> Result<()>[src]
fn inpaint(&mut self, idx: i32, frame: &mut Mat, mask: &mut Mat) -> Result<()>[src]
impl Send for InpaintingPipeline[src]
Auto Trait Implementations
impl RefUnwindSafe for InpaintingPipeline
impl !Sync for InpaintingPipeline
impl Unpin for InpaintingPipeline
impl UnwindSafe for InpaintingPipeline
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>,