Enum opencv::features2d::AKAZE_DescriptorType
source · #[repr(C)]pub enum AKAZE_DescriptorType {
DESCRIPTOR_KAZE_UPRIGHT,
DESCRIPTOR_KAZE,
DESCRIPTOR_MLDB_UPRIGHT,
DESCRIPTOR_MLDB,
}
Variants§
DESCRIPTOR_KAZE_UPRIGHT
Upright descriptors, not invariant to rotation
DESCRIPTOR_KAZE
DESCRIPTOR_MLDB_UPRIGHT
Upright descriptors, not invariant to rotation
DESCRIPTOR_MLDB
Trait Implementations§
source§impl Clone for AKAZE_DescriptorType
impl Clone for AKAZE_DescriptorType
source§fn clone(&self) -> AKAZE_DescriptorType
fn clone(&self) -> AKAZE_DescriptorType
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 AKAZE_DescriptorType
impl Debug for AKAZE_DescriptorType
source§impl PartialEq<AKAZE_DescriptorType> for AKAZE_DescriptorType
impl PartialEq<AKAZE_DescriptorType> for AKAZE_DescriptorType
source§fn eq(&self, other: &AKAZE_DescriptorType) -> bool
fn eq(&self, other: &AKAZE_DescriptorType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AKAZE_DescriptorType
impl Eq for AKAZE_DescriptorType
impl StructuralEq for AKAZE_DescriptorType
impl StructuralPartialEq for AKAZE_DescriptorType
Auto Trait Implementations§
impl RefUnwindSafe for AKAZE_DescriptorType
impl Send for AKAZE_DescriptorType
impl Sync for AKAZE_DescriptorType
impl Unpin for AKAZE_DescriptorType
impl UnwindSafe for AKAZE_DescriptorType
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