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.1.0.3408 (4.1.0.3408)
Syntax
public void SetSVMDetector(
	IInputArray detector
)

Parameters

detector
Type: Emgu.CVIInputArray
The SVM detector
See Also