HOGDescriptorSetSVMDetector Method |
http://www.emgu.com
Set the SVM detector
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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