Create a HaarCascade object from the specific file

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public HaarCascade(
	string fileName
)
Visual Basic (Declaration)
Public Sub New ( _
	fileName As String _
)
Visual C++
public:
HaarCascade(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The name of the file that contains the HaarCascade object

See Also