Click or drag to resize

HOGDescriptorSetSVMDetector Method

http://www.emgu.com
Set the SVM detector

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

Parameters

detector
Type: SystemSingle
The SVM detector
See Also