| SURFExtended Property |
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: 1.0.0
Syntax public 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
Property Value
Type:
BooleanSee Also