Click or drag to resize
FaceRecognizerTrain Method (IInputArray, IInputArray)
http://www.emgu.com
Train the face recognizer with the specific images and labels

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Train(
	IInputArray images,
	IInputArray labels
)

Parameters

images
Type: Emgu.CVIInputArray
The images used in the training. This can be a VectorOfMat
labels
Type: Emgu.CVIInputArray
The labels of the images. This can be a VectorOfInt
See Also