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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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