| FacemarkLBFParamsCascadeFace Property  | 
        
         
            filename of the face detector model
            
 
    Namespace: 
   OpenCvSharp.Face
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
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
function get_CascadeFace();
function set_CascadeFace(value);
Property Value
Type: 
String See Also
See Also