Struct opencv::stitching::SphericalWarper
source · [−]pub struct SphericalWarper { /* private fields */ }
Expand description
Spherical warper factory class
Trait Implementations
sourceimpl Boxed for SphericalWarper
impl Boxed for SphericalWarper
sourceimpl Drop for SphericalWarper
impl Drop for SphericalWarper
sourceimpl SphericalWarperTrait for SphericalWarper
impl SphericalWarperTrait for SphericalWarper
fn as_raw_mut_SphericalWarper(&mut self) -> *mut c_void
sourceimpl SphericalWarperTraitConst for SphericalWarper
impl SphericalWarperTraitConst for SphericalWarper
fn as_raw_SphericalWarper(&self) -> *const c_void
fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>>
sourceimpl WarperCreator for SphericalWarper
impl WarperCreator for SphericalWarper
fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void
sourceimpl WarperCreatorConst for SphericalWarper
impl WarperCreatorConst for SphericalWarper
fn as_raw_WarperCreator(&self) -> *const c_void
fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>>
impl Send for SphericalWarper
Auto Trait Implementations
impl RefUnwindSafe for SphericalWarper
impl !Sync for SphericalWarper
impl Unpin for SphericalWarper
impl UnwindSafe for SphericalWarper
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