ShapeContextDistanceExtractorAngularBins Property
|
The number of angular bins in the shape context descriptor.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int AngularBins { get; set; }
Public Property AngularBins As Integer
Get
Set
public:
property int AngularBins {
int get ();
void set (int value);
}
member AngularBins : int with get, set
function get_AngularBins();
function set_AngularBins(value);
Property Value
Type:
Int32
See Also