| FaceRecognizerLoad Method |
http://www.emgu.com
Load the FaceRecognizer from the file
Namespace: Emgu.CV.FaceAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Load(
string fileName
)
Public Sub Load (
fileName As String
)
public:
void Load(
String^ fileName
)
member Load :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file where the FaceRecognizer will be loaded from
See Also