Click or drag to resize
FaceRecognizerTrainTColor, TDepth Method (ImageTColor, TDepth, Int32)
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<TColor, TDepth>(
	Image<TColor, TDepth>[] images,
	int[] labels
)
where TColor : struct, new(), IColor
where TDepth : new()

Parameters

images
Type: Emgu.CVImageTColor, TDepth
The images used in the training.
labels
Type: SystemInt32
The labels of the images.

Type Parameters

TColor

[Missing <typeparam name="TColor"/> documentation for "M:Emgu.CV.Face.FaceRecognizer.Train``2(Emgu.CV.Image{``0,``1}[],System.Int32[])"]

TDepth

[Missing <typeparam name="TDepth"/> documentation for "M:Emgu.CV.Face.FaceRecognizer.Train``2(Emgu.CV.Image{``0,``1}[],System.Int32[])"]

See Also