c++ - Regarding Hue based Face detection OpenCV -


i have tried implement face detection algo people wide range of skin color, in different illumination conditions (e.g. darkness, disco lights, sunny day). first thing comes in mind based on thresholding of hue , saturation illumination invariant (as mentioned in many papers). wont work when person illuminated blue or red light. in darkness not giving result.

i tried using voila jones (haarcascade multiple face detection in opencv), can not detect lot of faces in normal light condition.

false detection throught haarcascade method can prevented keeping check of skin percentage. , avoid missing detection, tried find skin portions first , apply voila jones in region. doesnt work.

can please suggest feature missing consider face detection in different light conditions ?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -