Ask Your Question

thesanefreak's profile - activity

2019-10-17 01:15:50 -0600 received badge  Famous Question (source)
2017-12-19 00:55:47 -0600 received badge  Notable Question (source)
2017-05-14 09:39:55 -0600 received badge  Popular Question (source)
2015-09-22 19:18:04 -0600 received badge  Supporter (source)
2015-09-21 23:35:41 -0600 asked a question How to use OpenCV to find if a person is wearing a hat or glasses?

I would like to use Computer Vision to do the following:

A picture is taken as input from the user. The program checks if the person in the picture is wearing a hat or glasses and decides validity or invalidity, and goes forward to correct the dimensions if the picture is valid.

What would be the best/easiest way to get this done?

I've been looking at cascade classifier training, would that be appropriate?