MCPcopy Create free account
hub / github.com/MasteringOpenCV/code / learnCollectedFaces

Function learnCollectedFaces

Chapter8_FaceRecognition/recognition.cpp:29–55  ·  view source on GitHub ↗

Start training from the collected faces. The face recognition algorithm can be one of these and perhaps more, depending on your version of OpenCV, which must be atleast v2.4.1: "FaceRecognizer.Eigenfaces": Eigenfaces, also referred to as PCA (Turk and Pentland, 1991). "FaceRecognizer.Fisherfaces": Fisherfaces, also referred to as LDA (Belhumeur et al, 1997). "FaceRecognizer.LBPH": Local Bi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 2

emptyMethod · 0.45
trainMethod · 0.45

Tested by

no test coverage detected