Click or drag to resize

DpmDetector Constructor

http://www.emgu.com
Create a new dpm detector with the specified files and classes

Namespace:  Emgu.CV.Dpm
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public DpmDetector(
	string[] files,
	string[] classes = null
)

Parameters

files
Type: SystemString
A set of file names storing the trained detectors (models). Each file contains one model.
classes (Optional)
Type: SystemString
A set of trained models names. If it's empty then the name of each model will be constructed from the name of file containing the model. E.g. the model stored in "/home/user/cat.xml" will get the name "cat".
See Also