Click or drag to resize

FaceRecognizerTrain Method (Mat, Int32)

http://www.emgu.com
Train 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 Train(
	Mat[] images,
	int[] labels
)

Parameters

images
Type: Emgu.CVMat
The images used in the training.
labels
Type: SystemInt32
The labels of the images.
See Also