CudaHOGHitThreshold Property |
http://www.emgu.com
Threshold for the distance between features and SVM classifying plane. Usually it is 0 and should be specfied in the detector coefficients (as the last free coefficient). But if the free coefficient is omitted (which is allowed), you can specify it manually here.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double HitThreshold { get; set; }
Public Property HitThreshold As Double
Get
Set
public:
property double HitThreshold {
double get ();
void set (double value);
}
member HitThreshold : float with get, set
Property Value
Type:
Double
See Also