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.0.1.3373 (4.0.1.3373)
Syntaxpublic void Train(
Mat[] images,
int[] labels
)
Public Sub Train (
images As Mat(),
labels As Integer()
)
public:
void Train(
array<Mat^>^ images,
array<int>^ labels
)
member Train :
images : Mat[] *
labels : int[] -> unit
Parameters
- images
- Type: Emgu.CVMat
The images used in the training. - labels
- Type: SystemInt32
The labels of the images.
See Also