FAST_GPU Constructor OpenCvSharp Class Library
Constructor.

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

public FAST_GPU(
	int threshold,
	bool nonmaxSuppression = true,
	double keypointsRatio = 0.05
)

Parameters

threshold
Type: SystemInt32
Threshold on difference between intensity of the central pixel and pixels on a circle around this pixel.
nonmaxSuppression (Optional)
Type: SystemBoolean
If it is true, non-maximum suppression is applied to detected corners (keypoints).
keypointsRatio (Optional)
Type: SystemDouble
Inner buffer size for keypoints store is determined as (keypointsRatio * image_width * image_height).
See Also

Reference