Function find_best_match

Source
pub(crate) fn find_best_match(
    candidates: &[&FaceInfo],
    query: &Query<'_>,
) -> Option<usize>