Description Usage Arguments Value Examples
The indices of max_count
similar faces of the training data set are returned.
1 | similar_faces_indices(dataset, image, max_count = 1L)
|
dataset |
list; List returned by load_dataset() with computed eigenfaces. (required) |
image |
numeric; Image, for which similar faces are determined. (required) |
max_count |
integer; Number of similar faces that will be displayed. (optional) |
todo
1 | similar_faces_indices(dataset, billy, max_count=9L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.