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 Class

[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.result.PoseData"]

Definition

Namespace: OpenVinoSharp.Extensions.result
Assemblies:  OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
  OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public class PoseData : IResultData
Inheritance
Object    PoseData
Implements
IResultData

Constructors

PoseData Initializes a new instance of the PoseData class
PoseData(Single, Rect, PosePoint) Initializes a new instance of the PoseData class
PoseData(Single, Rectangle, PosePoint) Initializes a new instance of the PoseData class
PoseData(Single, Rect, Single, Single) Initializes a new instance of the PoseData class
PoseData(Single, Rectangle, Single, Single) Initializes a new instance of the PoseData class
PoseData(Int32, String, Single, Rect, PosePoint) Initializes a new instance of the PoseData class
PoseData(Int32, String, Single, Rectangle, PosePoint) Initializes a new instance of the PoseData class
PoseData(Int32, String, Single, Rect, Single, Single) Initializes a new instance of the PoseData class
PoseData(Int32, String, Single, Rectangle, Single, Single) Initializes a new instance of the PoseData class

Methods

to_string Converts the numeric value of this instance to its equivalent string representation.

Fields

box Prediction box.
index Identification result class index.
lable Identification result class lable.
pose_point  
score Confidence value.

See Also