Click or drag to resize
LatentSvmDetector Constructor
http://www.emgu.com
Load the trained detector from files

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public LatentSvmDetector(
	string[] fileNames,
	string[] classNames = null
)

Parameters

fileNames
Type: SystemString
The names of the trained latent svm file
classNames (Optional)
Type: SystemString
The names of the class
See Also