Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptorExtended Property

Gets or sets a value indicating whether the features described by this SpeededUpRobustFeaturesDescriptor should be computed in extended form. Default is false.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool Extended { get; set; }
Request Example View Source

Property Value

Type: Boolean
true for extended features; false otherwise.
See Also