false means that the basic descriptors (64 elements each) shall be computed.
true means that the extended descriptors (128 elements each) shall be computed
Namespace:
OpenCvSharp.XFeatures2D
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Extended { get; set; }
Public Property Extended As Boolean
Get
Set
public:
property bool Extended {
bool get ();
void set (bool value);
}
member Extended : bool with get, set
function get_Extended();
function set_Extended(value);
Property Value
Type:
Boolean
See Also