http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Train the face recognizer with the specific images and labels
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Train( IImage[] images, int[] labels ) |
Visual Basic |
---|
Public Sub Train ( _ images As IImage(), _ labels As Integer() _ ) |
Visual C++ |
---|
public: void Train( array<IImage^>^ images, array<int>^ labels ) |
Parameters
- images
- Type: array<Emgu.CV..::..IImage>[]()[][]
The images used in the training
- labels
- Type: array<System..::..Int32>[]()[][]
The labels of the images