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.0.1.3373 (4.0.1.3373)
Syntaxpublic void Read(
string fileName
)
Public Sub Read (
fileName As String
)
public:
void Read(
String^ fileName
)
member Read :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file where the FaceRecognizer will be loaded from
See Also