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

KeyPointResultKeyPoints 属性

Array of detected keypoints 检测到的关键点数组

Definition

命名空间: DeploySharp.Data
程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
C#
public KeyPoint[] KeyPoints { get; set; }

属性值

KeyPoint
Ordered collection where index may correspond to specific semantic meaning (e.g., index 0 = nose, index 1 = left eye in facial landmarks) 有序集合,其中索引可能对应特定的语义含义 (例如在面部关键点中,索引0=鼻子,索引1=左眼)

参见