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