Click or drag to resize

CascadeClassifier Constructor (String)

http://www.emgu.com
Create a CascadeClassifier from the specific file

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CascadeClassifier(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file that contains the CascadeClassifier
See Also