Cv2FASTX Method OpenCvSharp Class Library
detects corners using FAST algorithm by E. Rosten

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

public static void FASTX(
	InputArray image,
	out KeyPoint[] keypoints,
	int threshold,
	bool nonmaxSupression,
	int type
)

Parameters

image
Type: OpenCvSharp.CPlusPlusInputArray

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FASTX(OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.KeyPoint[]@,System.Int32,System.Boolean,System.Int32)"]

keypoints
Type: OpenCvSharp.CPlusPlusKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FASTX(OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.KeyPoint[]@,System.Int32,System.Boolean,System.Int32)"]

threshold
Type: SystemInt32

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FASTX(OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.KeyPoint[]@,System.Int32,System.Boolean,System.Int32)"]

nonmaxSupression
Type: SystemBoolean

[Missing <param name="nonmaxSupression"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FASTX(OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.KeyPoint[]@,System.Int32,System.Boolean,System.Int32)"]

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FASTX(OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.KeyPoint[]@,System.Int32,System.Boolean,System.Int32)"]

See Also

Reference