FastCornersDetector Properties |
The FastCornersDetector type exposes the following members.
Name | Description | |
---|---|---|
NumberOfInputs |
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.) | |
NumberOfOutputs |
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.) | |
Scores |
Gets the scores of the each corner detected in
the previous call to Transform(Bitmap).
| |
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.) | |
Suppress |
Gets or sets a value indicating whether non-maximum
points should be suppressed. Default is true.
| |
Threshold |
Gets or sets the corner detection threshold. Increasing this value results in less corners,
whereas decreasing this value will result in more corners detected by the algorithm.
|