SpeededUpRobustFeaturesDetector Properties |
The SpeededUpRobustFeaturesDetector type exposes the following members.
Name | Description | |
---|---|---|
ComputeDescriptors |
Gets or sets a value indicating whether all feature points
should have their descriptors computed after being detected.
Default is to compute standard descriptors.
| |
ComputeOrientation |
Gets or sets a value indicating whether all feature points
should have their orientation computed after being detected.
Default is true.
| |
NumberOfInputs |
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.) | |
NumberOfOutputs |
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.) | |
Octaves |
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.
| |
Step |
Gets or sets the initial step to use when building
the response filter.
Default is 2.
| |
SupportedFormats |
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.) | |
Threshold |
Gets or sets the non-maximum suppression
threshold. Default is 0.0002.
|