eduardolundgren / tracking.js

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

Not an issue -- howto detect a person facing the camera from dozens of photos in a database #129

Open ramstein74 opened 9 years ago

ramstein74 commented 9 years ago

Hi i dont understand if tracking is the right tool but for what i see in the docs it only tracks things.

What if i have a web app with dozens of photos from employees and want to use trackingjs to detect each one so i can grant them access to the web app depending on each rights.

Is this possible ? any suggestion ? thank you António

thiago-rocha commented 9 years ago

You can use trackingjs to detect a face in a image. But you probably need a recognition/identification app to kwon who is the person on image. In this link (http://www.face-rec.org/algorithms/) you can find a good material about face recognition.