HarrisCornersDetector Properties |
The HarrisCornersDetector type exposes the following members.
Name | Description | |
---|---|---|
K |
Harris parameter k. Default value is 0.04.
| |
Measure |
Gets or sets the measure to use when detecting corners.
| |
NumberOfInputs |
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.) | |
NumberOfOutputs |
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.) | |
Sigma |
Gaussian smoothing sigma. Default value is 1.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.) | |
Suppression |
Non-maximum suppression window radius. Default value is 3.
| |
Threshold |
Harris threshold. Default value is 20000.
|