RadialVarianceHashNumOfAngleLine Property
|
The number of angles to consider
Namespace:
OpenCvSharp.ImgHash
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int NumOfAngleLine { get; set; }
Public Property NumOfAngleLine As Integer
Get
Set
public:
property int NumOfAngleLine {
int get ();
void set (int value);
}
member NumOfAngleLine : int with get, set
function get_NumOfAngleLine();
function set_NumOfAngleLine(value);
Property Value
Type:
Int32
See Also