#[repr(C)]
pub enum FaceRecognizerSF_DisType {
    FR_COSINE,
    FR_NORM_L2,
}Expand description
Definition of distance used for calculating the distance between two face features
Variants§
Trait Implementations§
source§impl Clone for FaceRecognizerSF_DisType
 
impl Clone for FaceRecognizerSF_DisType
source§fn clone(&self) -> FaceRecognizerSF_DisType
 
fn clone(&self) -> FaceRecognizerSF_DisType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for FaceRecognizerSF_DisType
 
impl Debug for FaceRecognizerSF_DisType
source§impl PartialEq<FaceRecognizerSF_DisType> for FaceRecognizerSF_DisType
 
impl PartialEq<FaceRecognizerSF_DisType> for FaceRecognizerSF_DisType
source§fn eq(&self, other: &FaceRecognizerSF_DisType) -> bool
 
fn eq(&self, other: &FaceRecognizerSF_DisType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.