Enum opencv::calib3d::UndistortTypes
source · #[repr(C)]pub enum UndistortTypes {
PROJ_SPHERICAL_ORTHO,
PROJ_SPHERICAL_EQRECT,
}
Expand description
cv::undistort mode
Variants§
Trait Implementations§
source§impl Clone for UndistortTypes
impl Clone for UndistortTypes
source§fn clone(&self) -> UndistortTypes
fn clone(&self) -> UndistortTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UndistortTypes
impl Debug for UndistortTypes
source§impl PartialEq<UndistortTypes> for UndistortTypes
impl PartialEq<UndistortTypes> for UndistortTypes
source§fn eq(&self, other: &UndistortTypes) -> bool
fn eq(&self, other: &UndistortTypes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UndistortTypes
impl Eq for UndistortTypes
impl StructuralEq for UndistortTypes
impl StructuralPartialEq for UndistortTypes
Auto Trait Implementations§
impl RefUnwindSafe for UndistortTypes
impl Send for UndistortTypes
impl Sync for UndistortTypes
impl Unpin for UndistortTypes
impl UnwindSafe for UndistortTypes
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