Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDetector Properties

The SpeededUpRobustFeaturesDetector type exposes the following members.

Properties
  NameDescription
Public propertyComputeDescriptors
Gets or sets a value indicating whether all feature points should have their descriptors computed after being detected. Default is to compute standard descriptors.
Public propertyComputeOrientation
Gets or sets a value indicating whether all feature points should have their orientation computed after being detected. Default is true.
Public propertyNumberOfInputs
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyNumberOfOutputs
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyOctaves
Gets or sets the number of octaves to use when building the response filter. Each octave corresponds to a series of maps covering a doubling of scale in the image. Default is 5.
Public propertyStep
Gets or sets the initial step to use when building the response filter. Default is 2.
Public propertySupportedFormats
Gets the list of image pixel formats that are supported by this extractor. The extractor will check whether the pixel format of any provided images are in this list to determine whether the image can be processed or not.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyThreshold
Gets or sets the non-maximum suppression threshold. Default is 0.0002.
Top
See Also