LBPHFaceRecognizerUpdate Method (Mat, Int32) |
http://www.emgu.com
Update 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)
Syntaxpublic void Update(
Mat[] images,
int[] labels
)
Public Sub Update (
images As Mat(),
labels As Integer()
)
public:
void Update(
array<Mat^>^ images,
array<int>^ labels
)
member Update :
images : Mat[] *
labels : int[] -> unit
Parameters
- images
- Type: Emgu.CVMat
The images used for updating the face recognizer - labels
- Type: SystemInt32
The labels of the images
See Also