FacemarkLBFParamsCascadeFace Property |
http://www.emgu.com
filename of the face detector model
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic string CascadeFace { get; set; }
Public Property CascadeFace As String
Get
Set
public:
property String^ CascadeFace {
String^ get ();
void set (String^ value);
}
member CascadeFace : string with get, set
Property Value
Type:
String
See Also