CudaHOGScaleFactor Property |
http://www.emgu.com
Coefficient of the detection window increase.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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