From 77fcd4eb7a6b6282dba900e0a70554a788514639 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 5 Mar 2021 14:30:02 -0500 Subject: [PATCH] fix human.draw --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index 69817eb..04d91ca 100644 --- a/Usage.md +++ b/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 lineHeight: 20, // spacing between lines for multi-line labels 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 drawBoxes: true, // draw boxes around detected faces 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 fillPolygons: true, // fill polygons in face mesh useDepth: true, // use z-axis value when available to determine color shade