|
SpeededUpRobustFeaturesDetector Constructor
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public SpeededUpRobustFeaturesDetector(
double threshold = 0.000199999994947575,
int octaves = 5,
int initial = 2
)
Public Sub New (
Optional threshold As Double = 0.000199999994947575,
Optional octaves As Integer = 5,
Optional initial As Integer = 2
)
Request Example
View SourceParameters
- threshold (Optional)
- Type: SystemDouble
The non-maximum suppression threshold. Default is 0.0002f. - octaves (Optional)
- Type: SystemInt32
The number of octaves to use when building the
response filter. Each octave corresponds to a series of maps covering a
doubling of scale in the image. Default is 5. - initial (Optional)
- Type: SystemInt32
The initial step to use when building the
response filter. Default is 2.
See Also