Enum opencv::tracking::TrackerKCF_MODE [−][src]
#[repr(C)]
pub enum TrackerKCF_MODE {
GRAY,
CN,
CUSTOM,
}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
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more