Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDetector Constructor

Initializes a new instance of the SpeededUpRobustFeaturesDetector class.

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
)
Request Example View Source

Parameters

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