NativeMethodsfeatures2d_FASTX Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

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

public static void features2d_FASTX(
	IntPtr image,
	IntPtr keypoints,
	int threshold,
	int nonmaxSupression,
	int type
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

keypoints
Type: SystemIntPtr

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

threshold
Type: SystemInt32

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

nonmaxSupression
Type: SystemInt32

[Missing <param name="nonmaxSupression"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FASTX(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32)"]

See Also

Reference