FacemarkAAMParamsModelFilename Property
|
filename of the model
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic string ModelFilename { get; set; }
Public Property ModelFilename As String
Get
Set
public:
property String^ ModelFilename {
String^ get ();
void set (String^ value);
}
member ModelFilename : string with get, set
function get_ModelFilename();
function set_ModelFilename(value);
Property Value
Type:
String
See Also