FacemarkAAMParamsModelFile Property |
http://www.emgu.com
filename where the trained model will be saved
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic string ModelFile { get; set; }
Public Property ModelFile As String
Get
Set
public:
property String^ ModelFile {
String^ get ();
void set (String^ value);
}
member ModelFile : string with get, set
Property Value
Type:
String
See Also