Click or drag to resize

FaceRecognizerWrite Method

http://www.emgu.com
Save the FaceRecognizer to a file

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Write(
	string fileName
)

Parameters

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