Click or drag to resize
LBPHFaceRecognizerUpdate Method (IInputArray, IInputArray)
http://www.emgu.com
Updates a FaceRecognizer with given data and associated labels.

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Update(
	IInputArray images,
	IInputArray labels
)

Parameters

images
Type: Emgu.CVIInputArray
The training images, that means the faces you want to learn. The data has to be given as a VectorOfMat.
labels
Type: Emgu.CVIInputArray
The labels corresponding to the images
See Also