Search
Preparing search index...
The search index is not available
@vladmandic/human - v2.3.5
Options
All
Public
Public/Protected
All
Inherited
Menu
@vladmandic/human - v2.3.5
ObjectResult
Interface ObjectResult
Object results
Array of individual results with one object per detected gesture Each result has:
id: object id number
score as value
label as detected class name
box: bounding box: x, y, width, height normalized to input image resolution
boxRaw: bounding box: x, y, width, height normalized to 0..1
center: optional center point as array of [x, y], normalized to image resolution
centerRaw: optional center point as array of [x, y], normalized to range 0..1
Hierarchy
ObjectResult
Index
Properties
box
box
Raw
class
id
label
score
Properties
box
box
:
Box
box
Raw
box
Raw
:
Box
class
class
:
number
id
id
:
number
label
label
:
string
score
score
:
number
Exports
Object
Result
box
box
Raw
class
id
label
score
Object results
Array of individual results with one object per detected gesture Each result has: