| features | R Documentation |
Get point indices for features, usually for use with subset_tem.
features(..., tem_id = c("frl", "dlib70"))
... |
a vector of feature names (see Details) |
tem_id |
template ID (currently only works for frl and dlib70) |
Available features for the frl template are: "gmm", "oval", "face", "mouth", "nose", "eyes", "brows", "left_eye", "right_eye", "left_brow", "right_brow", "ears", "undereyes", "teeth", "smile_lines", "cheekbones", "philtrum", "chin", "neck", "halo".
Available features for the dlib70 template are: "teeth", "left_eye", "right_eye", "left_brow", "right_brow", "nose", "mouth", "face".
vector of corresponding template indices
Template functions
auto_delin(),
average_tem(),
centroid(),
change_lines(),
delin(),
draw_tem(),
get_point(),
remove_tem(),
require_tems(),
same_tems(),
squash_tem(),
subset_tem(),
tem_def(),
viz_tem_def()
features("mouth")
features("gmm")
features("nose", tem_id = "dlib70")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.