Click or drag to resize

FastFeatureDetectorCreate Method

Constructs FastFeatureDetector

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static FastFeatureDetector Create(
	int threshold = 10,
	bool nonmaxSuppression = true
)

Parameters

threshold (Optional)
Type: SystemInt32
threshold on difference between intensity of the central pixel and pixels of a circle around this pixel.
nonmaxSuppression (Optional)
Type: SystemBoolean
if true, non-maximum suppression is applied to detected corners (keypoints).

Return Value

Type: FastFeatureDetector

[Missing <returns> documentation for "M:OpenCvSharp.FastFeatureDetector.Create(System.Int32,System.Boolean)"]

See Also