Click or drag to resize

FaceRecognizerRead 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: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Read(
	string fileName
)

Parameters

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