Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Object

Object results

Array of individual results with one object per detected gesture Each result has:

  • score as value
  • label as detected class name
  • center as array of [x, y], normalized to image resolution
  • centerRaw as array of [x, y], normalized to range 0..1
  • box as array of [x, y, width, height], normalized to image resolution
  • boxRaw as array of [x, y, width, height], normalized to range 0..1

Hierarchy

  • Object

Index

Properties

box

box: number[]

boxRaw

boxRaw: number[]

center

center: number[]

centerRaw

centerRaw: number[]

class

class: number

label

label: string

score

score: number

strideSize

strideSize: number