FastFeatureDetector Constructor OpenCvSharp Class Library
Initializes a new instance of the FastFeatureDetector class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public FastFeatureDetector(
	int threshold = 10,
	bool nonmaxSuppression = true
)

Parameters

threshold (Optional)
Type: SystemInt32

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.FastFeatureDetector.#ctor(System.Int32,System.Boolean)"]

nonmaxSuppression (Optional)
Type: SystemBoolean

[Missing <param name="nonmaxSuppression"/> documentation for "M:OpenCvSharp.CPlusPlus.FastFeatureDetector.#ctor(System.Int32,System.Boolean)"]

See Also

Reference