getLabels (cv.LBPHFaceRecognizer) - MATLAB File Help
cv.LBPHFaceRecognizer/getLabels
Get labels
labels = obj.getLabels()
Output
labels
Labels corresponding to the calculated Local Binary Patterns Histograms. An integer vector of length
N
(training set size).
Note: returns an empty mat if the model is not trained.
Method Details
Access
public
Sealed
false
Static
false