Click or drag to resize

CudaHOGSetSVMDetector Method

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

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

Parameters

detector
Type: Emgu.CVIInputArray
The SVM detector
See Also