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

the CSRT tracker

The implementation is based on Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial Reliability

Required Methods

Implementors