pub trait TrackerCSRT_ParamsTraitConst {
Show 28 methods fn as_raw_TrackerCSRT_Params(&self) -> *const c_void; fn use_hog(&self) -> bool { ... }
fn use_color_names(&self) -> bool { ... }
fn use_gray(&self) -> bool { ... }
fn use_rgb(&self) -> bool { ... }
fn use_channel_weights(&self) -> bool { ... }
fn use_segmentation(&self) -> bool { ... }
fn window_function(&self) -> String { ... }
fn kaiser_alpha(&self) -> f32 { ... }
fn cheb_attenuation(&self) -> f32 { ... }
fn template_size(&self) -> f32 { ... }
fn gsl_sigma(&self) -> f32 { ... }
fn hog_orientations(&self) -> f32 { ... }
fn hog_clip(&self) -> f32 { ... }
fn padding(&self) -> f32 { ... }
fn filter_lr(&self) -> f32 { ... }
fn weights_lr(&self) -> f32 { ... }
fn num_hog_channels_used(&self) -> i32 { ... }
fn admm_iterations(&self) -> i32 { ... }
fn histogram_bins(&self) -> i32 { ... }
fn histogram_lr(&self) -> f32 { ... }
fn background_ratio(&self) -> i32 { ... }
fn number_of_scales(&self) -> i32 { ... }
fn scale_sigma_factor(&self) -> f32 { ... }
fn scale_model_max_area(&self) -> f32 { ... }
fn scale_lr(&self) -> f32 { ... }
fn scale_step(&self) -> f32 { ... }
fn psr_threshold(&self) -> f32 { ... }
}

Required methods

Provided methods

Window function: “hann”, “cheb”, “kaiser”

we lost the target, if the psr is lower than this.

Implementors