FaceRecognizerLoad Method |
http://www.emgu.com
Load the FaceRecognizer from the file
Namespace: Emgu.CV.FaceAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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