| HOGDescriptorNbins Property |
Number of bins used in the calculation of histogram of gradients. Default value is 9.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Nbins { get; set; }
Public Property Nbins As Integer
Get
Set
public:
property int Nbins {
int get ();
void set (int value);
}
member Nbins : int with get, set
Property Value
Type:
Int32See Also