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
Syntaxpublic void Write(
string fileName
)
Public Sub Write (
fileName As String
)
public:
void Write(
String^ fileName
)
member Write :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file name to be saved to
See Also