#[repr(C)]pub enum AKAZE_DescriptorType {
DESCRIPTOR_KAZE_UPRIGHT = 2,
DESCRIPTOR_KAZE = 3,
DESCRIPTOR_MLDB_UPRIGHT = 4,
DESCRIPTOR_MLDB = 5,
}
Variants§
DESCRIPTOR_KAZE_UPRIGHT = 2
Upright descriptors, not invariant to rotation
DESCRIPTOR_KAZE = 3
DESCRIPTOR_MLDB_UPRIGHT = 4
Upright descriptors, not invariant to rotation
DESCRIPTOR_MLDB = 5
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 From<AKAZE_DescriptorType> for i32
impl From<AKAZE_DescriptorType> for i32
Source§fn from(v: AKAZE_DescriptorType) -> Self
fn from(v: AKAZE_DescriptorType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AKAZE_DescriptorType
impl PartialEq for AKAZE_DescriptorType
Source§impl TryFrom<i32> for AKAZE_DescriptorType
impl TryFrom<i32> for AKAZE_DescriptorType
impl Copy for AKAZE_DescriptorType
impl Eq for AKAZE_DescriptorType
impl StructuralPartialEq for AKAZE_DescriptorType
Auto Trait Implementations§
impl Freeze for AKAZE_DescriptorType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)