Click or drag to resize

LBPHFaceRecognizerUpdate Method (Mat, Int32)

http://www.emgu.com
Update the face recognizer with the specific images and labels

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Update(
	Mat[] images,
	int[] labels
)

Parameters

images
Type: Emgu.CVMat
The images used for updating the face recognizer
labels
Type: SystemInt32
The labels of the images
See Also