Struct opencv::stitching::PaniniWarper
source · pub struct PaniniWarper { /* private fields */ }
Implementations§
source§impl PaniniWarper
impl PaniniWarper
sourcepub fn new(a: f32, b: f32) -> Result<PaniniWarper>
pub fn new(a: f32, b: f32) -> Result<PaniniWarper>
C++ default parameters
- a: 1
- b: 1
Trait Implementations§
source§impl Boxed for PaniniWarper
impl Boxed for PaniniWarper
source§impl Drop for PaniniWarper
impl Drop for PaniniWarper
source§impl PaniniWarperTrait for PaniniWarper
impl PaniniWarperTrait for PaniniWarper
fn as_raw_mut_PaniniWarper(&mut self) -> *mut c_void
source§impl WarperCreator for PaniniWarper
impl WarperCreator for PaniniWarper
fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void
source§impl WarperCreatorConst for PaniniWarper
impl WarperCreatorConst for PaniniWarper
impl Send for PaniniWarper
Auto Trait Implementations§
impl RefUnwindSafe for PaniniWarper
impl !Sync for PaniniWarper
impl Unpin for PaniniWarper
impl UnwindSafe for PaniniWarper
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