Click or drag to resize

FaceRecognizerRead Method

http://www.emgu.com
Load the FaceRecognizer from the file

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

Parameters

fileName
Type: SystemString
The file where the FaceRecognizer will be loaded from
See Also