FacemarkAAMParamsModelFile Property |
http://www.emgu.com
filename where the trained model will be saved
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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