Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hand

Hand results

Each result has:

  • id: hand id number
  • confidence: detection confidence score as value
  • box: bounding box: x, y, width, height normalized to input image resolution
  • boxRaw: bounding box: x, y, width, height normalized to 0..1
  • landmarks: landmarks as array of [x, y, z] points of hand, normalized to image resolution
  • annotations: annotated landmarks for each hand part

Hierarchy

  • Hand

Index

Properties

annotations

annotations: Record<string, { part: string; points: [number, number, number][] }[]>

box

box: [number, number, number, number]

boxRaw

boxRaw: [number, number, number, number]

confidence

confidence: number

id

id: number

landmarks

landmarks: number[]