#[repr(i32)]pub enum TrackerKCF_MODE {
GRAY = 1,
CN = 2,
CUSTOM = 4,
}Expand description
\brief Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now:
- “GRAY” – Use grayscale values as the feature
- “CN” – Color-names feature
Variants§
Trait Implementations§
Source§impl Clone for TrackerKCF_MODE
impl Clone for TrackerKCF_MODE
Source§fn clone(&self) -> TrackerKCF_MODE
fn clone(&self) -> TrackerKCF_MODE
Returns a duplicate 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 TrackerKCF_MODE
impl Debug for TrackerKCF_MODE
Source§impl From<TrackerKCF_MODE> for i32
impl From<TrackerKCF_MODE> for i32
Source§fn from(v: TrackerKCF_MODE) -> Self
fn from(v: TrackerKCF_MODE) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TrackerKCF_MODE
impl PartialEq for TrackerKCF_MODE
Source§impl TryFrom<i32> for TrackerKCF_MODE
impl TryFrom<i32> for TrackerKCF_MODE
impl Copy for TrackerKCF_MODE
impl Eq for TrackerKCF_MODE
impl StructuralPartialEq for TrackerKCF_MODE
Auto Trait Implementations§
impl Freeze for TrackerKCF_MODE
impl RefUnwindSafe for TrackerKCF_MODE
impl Send for TrackerKCF_MODE
impl Sync for TrackerKCF_MODE
impl Unpin for TrackerKCF_MODE
impl UnwindSafe for TrackerKCF_MODE
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