mvcisback / SSLVC

Sound Source Localization using Visual Cues
4 stars 1 forks source link

Face Detection and Classification #18

Closed mvcisback closed 9 years ago

mvcisback commented 9 years ago

From #16

Detect faces in a video frame, base on the dimension of the detected face you might want to disregard them and only capture the good ones. Then you need to resize them to a fix size and save them into a mat file of what ever dimension. e.g. h_w_3*num_faces

mvcisback commented 9 years ago

So I found this: https://realpython.com/blog/python/face-detection-in-python-using-a-webcam/

I seems to do a pretty good job of facial detection in real time using opencv.