While I've learnt how to detect faces in OpenCV, I would like to take it a bit further, to detect the outlines of a whole human head (frontal only, for now), i.e. with hair, and up to chin. How can this be done using OpenCV ?
The photographs from which I wish to perform this extraction, could have some simple constraints, like well-lit background, although putting strict constraint like green/blue screen might be possible, but I'd prefer to avoid it, if possible.