opencv::objdetect

Trait DetectionBasedTracker_ParametersTraitConst

source
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

Required Methods§

Provided Methods§

Implementors§