[−][src]Trait opencv::prelude::TrackerFeatureHAAR_ParamsTrait
Required methods
fn as_raw_TrackerFeatureHAAR_Params(&self) -> *const c_void
fn as_raw_mut_TrackerFeatureHAAR_Params(&mut self) -> *mut c_void
Provided methods
fn num_features(&self) -> i32
fn set_num_features(&mut self, val: i32)
fn rect_size(&self) -> Size
rect size
fn set_rect_size(&mut self, val: Size)
rect size
fn is_integral(&self) -> bool
true if input images are integral, false otherwise
fn set_is_integral(&mut self, val: bool)
true if input images are integral, false otherwise