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

KeyPoint 结构

Represents a single detected keypoint with location and confidence score 表示带有位置和置信度分数的单个检测关键点

Definition

命名空间: DeploySharp.Data
程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
C#
public struct KeyPoint
Inheritance
Object    ValueType    KeyPoint

备注

Used in pose estimation, facial landmark detection, and other feature point detection tasks. Typically part of a larger KeyPointResult collection.

用于姿态估计、面部关键点检测和其他特征点检测任务。 通常是KeyPointResult集合的一部分。

属性

Confidence Detection confidence score (0-1 range) 检测置信度分数(0-1范围)
Point Spatial coordinates of the keypoint 关键点的空间坐标

方法

DistanceTo Calculates distance to another keypoint 计算到另一个关键点的距离
EqualsIndicates whether this instance and a specified object are equal.
(继承自 ValueType。)
GetHashCodeReturns the hash code for this instance.
(继承自 ValueType。)
GetTypeGets the Type of the current instance.
(继承自 Object。)
ToString Returns formatted string representation of the keypoint 返回关键点的格式化字符串表示
(重写 ValueTypeToString)

参见