FAST_GPURun Method (GpuMat, GpuMat, KeyPoint) OpenCvSharp Class Library
Finds the keypoints using FAST detector.

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

public void Run(
	GpuMat image,
	GpuMat mask,
	out KeyPoint[] keypoints
)

Parameters

image
Type: OpenCvSharp.CPlusPlus.GpuGpuMat
Image where keypoints (corners) are detected. Only 8-bit grayscale images are supported.
mask
Type: OpenCvSharp.CPlusPlus.GpuGpuMat
Optional input mask that marks the regions where we should detect features.
keypoints
Type: OpenCvSharp.CPlusPlusKeyPoint
The output vector of keypoints.
See Also

Reference