Click or drag to resize
Accord.NET (logo)

FastCornersDetector Properties

The FastCornersDetector type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfInputs
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyNumberOfOutputs
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyScores
Gets the scores of the each corner detected in the previous call to Transform(Bitmap).
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 propertySuppress
Gets or sets a value indicating whether non-maximum points should be suppressed. Default is true.
Public propertyThreshold
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.
Top
See Also