mirror of https://github.com/vladmandic/human
fix human.draw
parent
9173ba06bb
commit
77fcd4eb7a
4
Usage.md
4
Usage.md
|
@ -62,11 +62,11 @@ Style of drawing is configurable via `human.draw.options` object:
|
||||||
font: 'small-caps 16px "Segoe UI"', // font used for labels
|
font: 'small-caps 16px "Segoe UI"', // font used for labels
|
||||||
lineHeight: 20, // spacing between lines for multi-line labels
|
lineHeight: 20, // spacing between lines for multi-line labels
|
||||||
lineWidth: 6, // line width of drawn polygons
|
lineWidth: 6, // line width of drawn polygons
|
||||||
|
drawPoints: true, // draw detected points in all objects
|
||||||
|
pointSize: 2, // size of points
|
||||||
drawLabels: true, // draw labels with detection results
|
drawLabels: true, // draw labels with detection results
|
||||||
drawBoxes: true, // draw boxes around detected faces
|
drawBoxes: true, // draw boxes around detected faces
|
||||||
roundRect: 8, // should boxes have round corners and rounding value
|
roundRect: 8, // should boxes have round corners and rounding value
|
||||||
drawPoints: true, // draw detected points in all objects
|
|
||||||
pointSize: 2, // size of points
|
|
||||||
drawPolygons: true, // draw polygons such as body and face mesh
|
drawPolygons: true, // draw polygons such as body and face mesh
|
||||||
fillPolygons: true, // fill polygons in face mesh
|
fillPolygons: true, // fill polygons in face mesh
|
||||||
useDepth: true, // use z-axis value when available to determine color shade
|
useDepth: true, // use z-axis value when available to determine color shade
|
||||||
|
|
Loading…
Reference in New Issue