Trait TrackerCSRT_ParamsTraitConst

Source
pub trait TrackerCSRT_ParamsTraitConst {
Show 28 methods // Required method fn as_raw_TrackerCSRT_Params(&self) -> *const c_void; // Provided methods 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 { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn use_hog(&self) -> bool

Source

fn use_color_names(&self) -> bool

Source

fn use_gray(&self) -> bool

Source

fn use_rgb(&self) -> bool

Source

fn use_channel_weights(&self) -> bool

Source

fn use_segmentation(&self) -> bool

Source

fn window_function(&self) -> String

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

Source

fn kaiser_alpha(&self) -> f32

Source

fn cheb_attenuation(&self) -> f32

Source

fn template_size(&self) -> f32

Source

fn gsl_sigma(&self) -> f32

Source

fn hog_orientations(&self) -> f32

Source

fn hog_clip(&self) -> f32

Source

fn padding(&self) -> f32

Source

fn filter_lr(&self) -> f32

Source

fn weights_lr(&self) -> f32

Source

fn num_hog_channels_used(&self) -> i32

Source

fn admm_iterations(&self) -> i32

Source

fn histogram_bins(&self) -> i32

Source

fn histogram_lr(&self) -> f32

Source

fn background_ratio(&self) -> i32

Source

fn number_of_scales(&self) -> i32

Source

fn scale_sigma_factor(&self) -> f32

Source

fn scale_model_max_area(&self) -> f32

Source

fn scale_lr(&self) -> f32

Source

fn scale_step(&self) -> f32

Source

fn psr_threshold(&self) -> f32

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

Implementors§