pub trait Detail_TrackerSamplerPF_ParamsTraitConst {
// Required method
fn as_raw_Detail_TrackerSamplerPF_Params(&self) -> *const c_void;
// Provided methods
fn iteration_num(&self) -> i32 { ... }
fn particles_num(&self) -> i32 { ... }
fn alpha(&self) -> f64 { ... }
fn std(&self) -> Mat_<f64> { ... }
}Expand description
Constant methods for crate::tracking::Detail_TrackerSamplerPF_Params
Required Methods§
fn as_raw_Detail_TrackerSamplerPF_Params(&self) -> *const c_void
Provided Methods§
Sourcefn iteration_num(&self) -> i32
fn iteration_num(&self) -> i32
number of selection rounds
Sourcefn particles_num(&self) -> i32
fn particles_num(&self) -> i32
number of “perturbed” boxes on each round