Best method to detect eyeglasses with OpenCV
Hi everyone,
I'm working on a project that involves several features related to face detection and some face information.
One of the features is detection of eyeglasses. This means that I have to make an algorithme that says YES or NO, the face is wearing glasses. I already have a face detector and eyes detectors that work well. We can see it as a detection problem or a classification problem.
I would like to have your opinion on what you consider as being a good method to solve that problem.
Than you much !