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
currently set draw options DrawOptions
meta-function that performs draw for: canvas, face, body, hand
draw detected bodies
draw detected faces
draw detected gestures
draw detected hands
draw detected objects
draw combined person results instead of individual detection result objects
Class Human as default export