Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures all hand detection specific options

Hierarchy

Index

Properties

detector

detector: { modelPath?: string }

Type declaration

  • Optional modelPath?: string
    property

    path to hand detector model json

enabled

enabled: boolean
property

is module enabled?

iouThreshold

iouThreshold: number
property

minimum overlap between two detected hands before one is discarded

landmarks

landmarks: boolean
property

should hand landmarks be detected or just return detected hand box

maxDetected

maxDetected: number
property

maximum number of detected hands

minConfidence

minConfidence: number
property

minimum confidence for a detected hand before results are discarded

modelPath

modelPath: string
property

path to model json file

rotation

rotation: boolean
property

should hand rotation correction be performed after hand detection?

skeleton

skeleton: { modelPath?: string }

Type declaration

  • Optional modelPath?: string
    property

    path to hand skeleton model json

skipFrames

skipFrames: number
property

how many max frames to go without re-running model if cached results are acceptable

skipTime

skipTime: number
property

how many max miliseconds to go without re-running model if cached results are acceptable