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
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.CPlusPlus.GpuGpuMat
The output vector of keypoints.
See Also