CudaHOGSetSVMDetector Method |
http://www.emgu.com
Set the SVM detector
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetSVMDetector(
IInputArray detector
)
Public Sub SetSVMDetector (
detector As IInputArray
)
public:
void SetSVMDetector(
IInputArray^ detector
)
member SetSVMDetector :
detector : IInputArray -> unit
Parameters
- detector
- Type: Emgu.CVIInputArray
The SVM detector
See Also