Click or drag to resize

CudaHOGSetSVMDetector Method

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void SetSVMDetector(
	IInputArray detector
)

Parameters

detector
Type: Emgu.CVIInputArray
The SVM detector
See Also