save (cv.BasicFaceRecognizer) - MATLAB File Help
cv.BasicFaceRecognizer/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