Face descriptor type as number array
Calculates distance between two descriptors
calculation options
order
is 2 (default), Minkowski distance algorithm of nth order if order
is higher than 2Matches given descriptor to a closest entry in array of descriptors
face descriptor
array of face descriptors to commpare given descriptor to
see similarity
method for options description
Returns
index
index array index where best match was found or -1 if no matchesdistance
calculated distance
of given descriptor to the best matchsimilarity
calculated normalized similarity
of given descriptor to the best matchCalculates normalized similarity between two face descriptors based on their distance
calculation options
order
is 2 (default), Minkowski distance algorithm of nth order if order
is higher than 2
Class Human as default export