Method DetectElliptic
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
DetectElliptic(InputArray, InputArray)
Detects keypoints in the image using the wrapped detector and performs affine adaptation to augment them with their elliptic regions.
public EllipticKeyPoint[] DetectElliptic(InputArray image, InputArray mask = default)
Parameters
imageInputArrayImage.
maskInputArrayMask specifying where to look for keypoints (optional).
Returns
- EllipticKeyPoint[]
The detected elliptic keypoints.