Click or drag to resize
FaceRecognizerLoad Method
http://www.emgu.com
Load the FaceRecognizer from the file

Namespace: Emgu.CV.Face
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Load(
	string fileName
)

Parameters

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