Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int MaxFeatures { get; set; }
Public Property MaxFeatures As Integer
Get
Set
public:
property int MaxFeatures {
int get ();
void set (int value);
}
member MaxFeatures : int with get, set
function get_MaxFeatures();
function set_MaxFeatures(value);
Property Value
Type:
Int32
See Also