Defines all possible image types
Defines all possible video types
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
Gesture combined results
Defines all possible image objects
Defines all possible input types for Human detection
generic point as [x, y, z?]
Instance of TensorFlow/JS used by Human
Human
or a manually imported TFJS library
Defines all possible canvas types