Struct opencv::stitching::WarperCreator
source · pub struct WarperCreator { /* private fields */ }
Expand description
Image warper factories base class.
Trait Implementations§
source§impl Boxed for WarperCreator
impl Boxed for WarperCreator
source§unsafe fn from_raw(
ptr: <WarperCreator as OpenCVFromExtern>::ExternReceive,
) -> Self
unsafe fn from_raw( ptr: <WarperCreator as OpenCVFromExtern>::ExternReceive, ) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self,
) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self, ) -> <WarperCreator as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl Debug for WarperCreator
impl Debug for WarperCreator
source§impl Drop for WarperCreator
impl Drop for WarperCreator
source§impl From<AffineWarper> for WarperCreator
impl From<AffineWarper> for WarperCreator
source§fn from(s: AffineWarper) -> Self
fn from(s: AffineWarper) -> Self
Converts to this type from the input type.
source§impl From<CompressedRectilinearPortraitWarper> for WarperCreator
impl From<CompressedRectilinearPortraitWarper> for WarperCreator
source§fn from(s: CompressedRectilinearPortraitWarper) -> Self
fn from(s: CompressedRectilinearPortraitWarper) -> Self
Converts to this type from the input type.
source§impl From<CompressedRectilinearWarper> for WarperCreator
impl From<CompressedRectilinearWarper> for WarperCreator
source§fn from(s: CompressedRectilinearWarper) -> Self
fn from(s: CompressedRectilinearWarper) -> Self
Converts to this type from the input type.
source§impl From<CylindricalWarper> for WarperCreator
impl From<CylindricalWarper> for WarperCreator
source§fn from(s: CylindricalWarper) -> Self
fn from(s: CylindricalWarper) -> Self
Converts to this type from the input type.
source§impl From<CylindricalWarperGpu> for WarperCreator
impl From<CylindricalWarperGpu> for WarperCreator
source§fn from(s: CylindricalWarperGpu) -> Self
fn from(s: CylindricalWarperGpu) -> Self
Converts to this type from the input type.
source§impl From<FisheyeWarper> for WarperCreator
impl From<FisheyeWarper> for WarperCreator
source§fn from(s: FisheyeWarper) -> Self
fn from(s: FisheyeWarper) -> Self
Converts to this type from the input type.
source§impl From<MercatorWarper> for WarperCreator
impl From<MercatorWarper> for WarperCreator
source§fn from(s: MercatorWarper) -> Self
fn from(s: MercatorWarper) -> Self
Converts to this type from the input type.
source§impl From<PaniniPortraitWarper> for WarperCreator
impl From<PaniniPortraitWarper> for WarperCreator
source§fn from(s: PaniniPortraitWarper) -> Self
fn from(s: PaniniPortraitWarper) -> Self
Converts to this type from the input type.
source§impl From<PaniniWarper> for WarperCreator
impl From<PaniniWarper> for WarperCreator
source§fn from(s: PaniniWarper) -> Self
fn from(s: PaniniWarper) -> Self
Converts to this type from the input type.
source§impl From<PlaneWarper> for WarperCreator
impl From<PlaneWarper> for WarperCreator
source§fn from(s: PlaneWarper) -> Self
fn from(s: PlaneWarper) -> Self
Converts to this type from the input type.
source§impl From<PlaneWarperGpu> for WarperCreator
impl From<PlaneWarperGpu> for WarperCreator
source§fn from(s: PlaneWarperGpu) -> Self
fn from(s: PlaneWarperGpu) -> Self
Converts to this type from the input type.
source§impl From<SphericalWarper> for WarperCreator
impl From<SphericalWarper> for WarperCreator
source§fn from(s: SphericalWarper) -> Self
fn from(s: SphericalWarper) -> Self
Converts to this type from the input type.
source§impl From<SphericalWarperGpu> for WarperCreator
impl From<SphericalWarperGpu> for WarperCreator
source§fn from(s: SphericalWarperGpu) -> Self
fn from(s: SphericalWarperGpu) -> Self
Converts to this type from the input type.
source§impl From<StereographicWarper> for WarperCreator
impl From<StereographicWarper> for WarperCreator
source§fn from(s: StereographicWarper) -> Self
fn from(s: StereographicWarper) -> Self
Converts to this type from the input type.
source§impl From<TransverseMercatorWarper> for WarperCreator
impl From<TransverseMercatorWarper> for WarperCreator
source§fn from(s: TransverseMercatorWarper) -> Self
fn from(s: TransverseMercatorWarper) -> Self
Converts to this type from the input type.
source§impl TryFrom<WarperCreator> for AffineWarper
impl TryFrom<WarperCreator> for AffineWarper
source§impl TryFrom<WarperCreator> for CylindricalWarper
impl TryFrom<WarperCreator> for CylindricalWarper
source§impl TryFrom<WarperCreator> for CylindricalWarperGpu
impl TryFrom<WarperCreator> for CylindricalWarperGpu
source§impl TryFrom<WarperCreator> for FisheyeWarper
impl TryFrom<WarperCreator> for FisheyeWarper
source§impl TryFrom<WarperCreator> for MercatorWarper
impl TryFrom<WarperCreator> for MercatorWarper
source§impl TryFrom<WarperCreator> for PaniniPortraitWarper
impl TryFrom<WarperCreator> for PaniniPortraitWarper
source§impl TryFrom<WarperCreator> for PaniniWarper
impl TryFrom<WarperCreator> for PaniniWarper
source§impl TryFrom<WarperCreator> for PlaneWarper
impl TryFrom<WarperCreator> for PlaneWarper
source§impl TryFrom<WarperCreator> for PlaneWarperGpu
impl TryFrom<WarperCreator> for PlaneWarperGpu
source§impl TryFrom<WarperCreator> for SphericalWarper
impl TryFrom<WarperCreator> for SphericalWarper
source§impl TryFrom<WarperCreator> for SphericalWarperGpu
impl TryFrom<WarperCreator> for SphericalWarperGpu
source§impl TryFrom<WarperCreator> for StereographicWarper
impl TryFrom<WarperCreator> for StereographicWarper
source§impl WarperCreatorTrait for WarperCreator
impl WarperCreatorTrait for WarperCreator
fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void
impl Send for WarperCreator
Auto Trait Implementations§
impl Freeze for WarperCreator
impl RefUnwindSafe for WarperCreator
impl !Sync for WarperCreator
impl Unpin for WarperCreator
impl UnwindSafe for WarperCreator
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
source§impl<Mat> ModifyInplace for Matwhere
Mat: Boxed,
impl<Mat> ModifyInplace for Matwhere
Mat: Boxed,
source§unsafe fn modify_inplace<Res>(
&mut self,
f: impl FnOnce(&Mat, &mut Mat) -> Res,
) -> Res
unsafe fn modify_inplace<Res>( &mut self, f: impl FnOnce(&Mat, &mut Mat) -> Res, ) -> Res
Helper function to call OpenCV functions that allow in-place modification of a
Mat
or another similar object. By passing
a mutable reference to the Mat
to this function your closure will get called with the read reference and a write references
to the same Mat
. This is unsafe in a general case as it leads to having non-exclusive mutable access to the internal data,
but it can be useful for some performance sensitive operations. One example of an OpenCV function that allows such in-place
modification is imgproc::threshold
. Read more