Struct opencv::face::StandardCollector
source · pub struct StandardCollector { /* private fields */ }
Expand description
Default predict collector
Trace minimal distance with treshhold checking (that is default behavior for most predict logic)
Implementations§
source§impl StandardCollector
impl StandardCollector
Trait Implementations§
source§impl Boxed for StandardCollector
impl Boxed for StandardCollector
source§impl Drop for StandardCollector
impl Drop for StandardCollector
source§impl PredictCollector for StandardCollector
impl PredictCollector for StandardCollector
source§impl PredictCollectorConst for StandardCollector
impl PredictCollectorConst for StandardCollector
fn as_raw_PredictCollector(&self) -> *const c_void
source§impl StandardCollectorTraitConst for StandardCollector
impl StandardCollectorTraitConst for StandardCollector
fn as_raw_StandardCollector(&self) -> *const c_void
source§fn get_min_label(&self) -> Result<i32>
fn get_min_label(&self) -> Result<i32>
Returns label with minimal distance
source§fn get_min_dist(&self) -> Result<f64>
fn get_min_dist(&self) -> Result<f64>
Returns minimal distance value
impl Send for StandardCollector
Auto Trait Implementations§
impl RefUnwindSafe for StandardCollector
impl !Sync for StandardCollector
impl Unpin for StandardCollector
impl UnwindSafe for StandardCollector
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more