auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Different type of Haarcascade #48

Open yuccai opened 8 years ago

yuccai commented 8 years ago

Hi everyone,

I would like to know if there is a way to build the same haarcascade object (headtrackr.js line 841) from other haarcascade files (like opencv xml files for instance). It would be great to be able to detect other part of the body/head without writing cascade object by hand. Generate them would be wonderful.

Thanks in advance,