save (cv.LBPHFaceRecognizer) - MATLAB File Help
cv.LBPHFaceRecognizer/save

Saves a FaceRecognizer and its model state

obj.save(filename)
str = obj.save(filename)

Input

Output

Saves this model to a given filename, either as XML or YAML.

Saves the state of a model to the given filename.

See also
Method Details
Access public
Sealed false
Static false