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
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: Int32Final count of keypoints
See Also