FAST_GPUGetKeyPoints Method OpenCvSharp Class Library
Gets final array of keypoints. Performs nonmax suppression if needed.

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

public int GetKeyPoints(
	GpuMat keypoints
)

Parameters

keypoints
Type: OpenCvSharp.CPlusPlus.GpuGpuMat

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.FAST_GPU.GetKeyPoints(OpenCvSharp.CPlusPlus.Gpu.GpuMat)"]

Return Value

Type: Int32
Final count of keypoints
See Also

Reference