Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetector Properties

The FastRetinaKeypointDetector 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 propertyDetector
Gets the corners detector used to generate features.
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 feature descriptor. Default is 4.
Public propertyScale
Gets or sets the scale used when building the feature descriptor. Default is 22.
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.)
Top
See Also