Defines all possible image types
Defines all possible video types
Possible TensorFlow backends
body gesture type
generic box as [x, y, width, height]
Face descriptor type as number array
Draw Options
human.draw.options
or provided per each draw method as the drawOptions optional parameterdraw line color
should draw boxes around detection results?
should draw gaze arrows?
should detected gestures be drawn?
should labels be drawn?
should points be drawn?
should draw polygons from detection points?
should fill polygons?
label font
label color
line spacing between labels
line width for drawn lines
size of drawn points
draw rounded boxes by n pixels
label shadow color
should lines be curved?
use z-coordinate when available
Events dispatched by human.events
create
: triggered when Human object is instantiatedload
: triggered when models are loaded (explicitly or on-demand)image
: triggered when input image is processedresult
: triggered when detection is completewarmup
: triggered when warmup is completeDefines possible externally defined canvas
face gesture type
Gesture combined results Each result has:
face
, iris
, body
, hand
hand gesture type
Defines all possible image objects
Defines all possible input types for Human detection
iris gesture type
generic point as [x, y, z?]
Possible values for human.warmup
Defines all possible canvas types