Package | Description |
---|---|
org.openimaj.tools.faces |
Modifier and Type | Method and Description |
---|---|
<T> Map<String,Map<String,Double>> |
FaceSimilarityTool.getDistances(List<T> inputList,
boolean withFirst,
FaceSimilarityTool.ImageGetter<T> iGetter,
FaceSimilarityEngine<?,?,FImage> strategy)
This is the actual comparison function that performs the nested loops as
necessary to match all the faces against each other.
|