Enum opencv::calib3d::UndistortTypes
source · [−]#[repr(C)]
pub enum UndistortTypes {
PROJ_SPHERICAL_ORTHO,
PROJ_SPHERICAL_EQRECT,
}
Expand description
cv::undistort mode
Variants
PROJ_SPHERICAL_ORTHO
PROJ_SPHERICAL_EQRECT
Trait Implementations
sourceimpl Clone for UndistortTypes
impl Clone for UndistortTypes
sourcefn clone(&self) -> UndistortTypes
fn clone(&self) -> UndistortTypes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UndistortTypes
impl Debug for UndistortTypes
sourceimpl PartialEq<UndistortTypes> for UndistortTypes
impl PartialEq<UndistortTypes> for UndistortTypes
sourcefn eq(&self, other: &UndistortTypes) -> bool
fn eq(&self, other: &UndistortTypes) -> bool
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
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