victordibia / handtrack.js

A library for prototyping realtime hand detection (bounding box), directly in the browser.
https://victordibia.com/handtrack.js/
MIT License
2.84k stars 252 forks source link

i want to draw only hand detected portion on a canvas. how can i do that #9

Closed shaikhalid007 closed 5 years ago

victordibia commented 5 years ago

One good approach is to draw only the cordinates of interest . ... You can do that with htmlCanvas. Seee

-V.