Hi OpenCV.
I already can detect using the cascade classifier but it sometimes detects other things that aren't faces. I want to filter that detected things to a skin-based detection in order to grab only the faces and keep tracking each one of them. I want to do something like this:
https://www.youtube.com/watch?v=dQhckpx97ws
Thank you!!