HOGDescriptorSetSVMDetector Method |
http://www.emgu.com
Set the SVM detector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetSVMDetector(
float[] detector
)
Public Sub SetSVMDetector (
detector As Single()
)
public:
void SetSVMDetector(
array<float>^ detector
)
member SetSVMDetector :
detector : float32[] -> unit
Parameters
- detector
- Type: SystemSingle
The SVM detector
See Also