HOGDescriptorNbins Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_Nbins();
function set_Nbins(value);
Property Value
Type:
Int32
See Also