Trait opencv::hub_prelude::TrackerKCFConst[][src]

pub trait TrackerKCFConst: TrackerConst {
    fn as_raw_TrackerKCF(&self) -> *const c_void;
}
Expand description

the KCF (Kernelized Correlation Filter) tracker

Required methods

Implementors