inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

Eye Detection with JSFeat using pre recorded video stream #54

Open muhammadIkramUlHaq opened 8 years ago

muhammadIkramUlHaq commented 8 years ago

Hi! We are trying to use Haar cascade eye detection classifier with jsfeat on pre-recorded video stream but we are not able to get it. We are currently using two libraries in our application. First one "JSOBJECT DETECT" is being used for face detection and once face is detected we want eye detection process to start working. For eye detection we are using JSFeat library. Can you please guide us how to integrate eye detection in grails application using pre recorded video stream? If you have any example that is already done before that, can you please share with us so that we can use that to solve our issue?

Thanks Muhammad Ikram Ul Haq