eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Pot the face rect in div #348

Open kezmanh opened 5 years ago

kezmanh commented 5 years ago

I tried the demo to pot the face in canvas element, it works very fine.

Now, I would like to add some animations around the detected face. However, when I tried to pot the face area in a div element instead of canvas element, it is not accurate. Is it not good to get the result in a div ?