public struct 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 计算到另一个关键点的距离 |
Equals | Indicates whether this instance and a specified object are equal. (继承自 ValueType。) |
GetHashCode | Returns the hash code for this instance. (继承自 ValueType。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
ToString |
Returns formatted string representation of the keypoint
返回关键点的格式化字符串表示
(重写 ValueTypeToString) |