Table of Contents

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

frame InputArray

The input image.

thresh float

minimum confidence threshold to select a keypoint.

Returns

Point2f[]

a vector holding the x and y coordinates of each detected keypoint.