T
- public static interface FaceSimilarityTool.ImageGetter<T>
Modifier and Type | Method and Description |
---|---|
FImage |
getImage(List<T> list,
int index)
Get the image associated with the item
|
String |
getName(List<T> list,
int index)
Get the name of the item
|