Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

PoseData(Single, Rect, PosePoint) Constructor

Initializes a new instance of the PoseData class

Definition

Namespace: OpenVinoSharp.Extensions.result
Assembly: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public PoseData(
	float score,
	Rect box,
	PosePoint pose
)

Parameters

score  Single

[Missing <param name="score"/> documentation for "M:OpenVinoSharp.Extensions.result.PoseData.#ctor(System.Single,OpenCvSharp.Rect,OpenVinoSharp.Extensions.result.PosePoint)"]

box  Rect

[Missing <param name="box"/> documentation for "M:OpenVinoSharp.Extensions.result.PoseData.#ctor(System.Single,OpenCvSharp.Rect,OpenVinoSharp.Extensions.result.PosePoint)"]

pose  PosePoint

[Missing <param name="pose"/> documentation for "M:OpenVinoSharp.Extensions.result.PoseData.#ctor(System.Single,OpenCvSharp.Rect,OpenVinoSharp.Extensions.result.PosePoint)"]

See Also