Click or drag to resize
FaceRecognizerSave Method
http://www.emgu.com
Save the FaceRecognizer to a file

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name to be saved to
See Also