eduardolundgren / tracking.js

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

Hand tracking #162

Open hakimkhalafi opened 8 years ago

hakimkhalafi commented 8 years ago

Hi all, I see that there's plans in the roadmap to do Hand Tracking, how is this feature coming along? Can I implement it myself some way using OpenCV with a Haar Classifier XML?

Cheers, Hakim

lsfcin commented 8 years ago

Hi Hakim,

please feel invited to update a hand detector sample using OpenCV. I have some input that Eduardo and Thiago have made some good work on optimizing the XML training files for face detection, maybe you can take a look into that so you can perform similar optimizations.

We have also plan about adding a feature for tracking hands using gftt features and optical flow from a technique I've worked before in my masters (https://www.youtube.com/watch?v=oXW8311S-qY, https://www.youtube.com/watch?v=e_ANG5faHIc) but it is still far to happen on a longterm planning, if you are interested the first thing is to port both algorithms (gftt and optical flow) from OpenCV (they are on the lucas-kanade tracking or lkdemo).

Regards, Lucas.

Em qui, 30 de jun de 2016 às 12:25, hakimkse notifications@github.com escreveu:

Hi all, I see that there's plans in the roadmap to do Hand Tracking, how is this feature coming along? Can I implement it myself some way using OpenCV with a Haar Classifier XML?

Cheers, Hakim

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eduardolundgren/tracking.js/issues/162, or mute the thread https://github.com/notifications/unsubscribe/ADIhwvOJIWzYW84RlMD6VBLWJ76i1pXrks5qQ-ABgaJpZM4JCR9m .

Master244 commented 8 years ago

Is there any plan for a tutorial on how to write custom implementations to teach tracking.js see arms, legs etc? I really want to dig into this but I'm not sure where to start. Very cool stuff btw!

mesilov commented 6 years ago

+1 for hand tracking implementation with plugin 2018-06-20_09-30-34

Haar classifier has models for hand detection https://github.com/Balaje/OpenCV/blob/master/haarcascades/hand.xml