FacialFeatures
FacialFeatures[image] returns a minimal summary of facial features for all detected faces in image.
FacialFeatures[image,features]returns the specified facial features.FacialFeatures[video,…]finds faces in frames of video.
Examples
(* Get basic facial features *)
FacialFeatures[photo]
(* Get specific features like landmarks *)
FacialFeatures[photo, "Landmarks"]
(* Get all available features *)
FacialFeatures[photo, All]Please visit the official Wolfram Language Reference for more details.