Click or drag to resize
Accord.NET (logo)

MoravecCornersDetector Properties

The MoravecCornersDetector 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 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 propertyThreshold
Threshold value, which is used to filter out uninteresting points.
Public propertyWindowSize
Window size used to determine if point is interesting, [3, 15].
Top
See Also