Detect keypoints in an image.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
- Type: OpenCvSharp.CPlusPlusMat
The image. - mask (Optional)
- Type: OpenCvSharp.CPlusPlusMat
Mask specifying where to look for keypoints (optional). Must be a char matrix with non-zero values in the region of interest.
Return Value
Type: KeyPointThe detected keypoints.
See Also