Method Estimate
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Estimate(InputArray, float)
Given the @p input frame, create input blob, run net.
public Point2f[] Estimate(InputArray frame, float thresh = 0.5)
Parameters
frameInputArrayThe input image.
threshfloatminimum confidence threshold to select a keypoint.
Returns
- Point2f[]
a vector holding the x and y coordinates of each detected keypoint.