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

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

Parameters

detector
Type: SystemSingle
The SVM detector
See Also