CudaHOGScaleFactor Property |
http://www.emgu.com
Coefficient of the detection window increase.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic double ScaleFactor { get; set; }
Public Property ScaleFactor As Double
Get
Set
public:
property double ScaleFactor {
double get ();
void set (double value);
}
member ScaleFactor : float with get, set
Property Value
Type:
Double
See Also