pub trait DetectionBasedTracker_ParametersTraitConst {
// Required method
fn as_raw_DetectionBasedTracker_Parameters(&self) -> *const c_void;
// Provided methods
fn max_track_lifetime(&self) -> i32 { ... }
fn min_detection_period(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::objdetect::DetectionBasedTracker_Parameters