Skip to main content

FaceRecognize

FaceRecognize[{example1->name1,example2->name2,…}] generates a ClassifierFunction[…] based on the face examples and names given.

FaceRecognize[{example1,example2,…}->{name1,name2,…}] also generates a ClassifierFunction[…] based on the examples and names given.

FaceRecognize[<|name1->{example11,…},name2->{example21,…},…|>] uses an association of names with their examples.

FaceRecognize[training,image] attempts to find faces present in an image and classify them with the given training set.

FaceRecognize[training,image,prop] returns the specified property prop.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.