Click or drag to resize
HOGDescriptorSetSVMDetector Method
http://www.emgu.com
Set the SVM detector

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void SetSVMDetector(
	float[] detector
)

Parameters

detector
Type: SystemSingle
The SVM detector
See Also