FastRetinaKeypointDetector Properties |
The FastRetinaKeypointDetector 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.
| |
Detector |
Gets the corners detector used to generate features.
| |
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 feature descriptor. Default is 4.
| |
Scale |
Gets or sets the scale used when building
the feature descriptor. Default is 22.
| |
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.) |