Click or drag to resize
FaceRecognizerLoad Method
http://www.emgu.com
Load the FaceRecognizer from the 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 Load(
	string fileName
)

Parameters

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