How can i identify the image of a hat on top of a face

asked 2015-01-21 01:44:36 -0600

hi,

I would like to know how can i process and know if a image has a cap (or) no cap on a face.

Regds Rahul.

edit retag flag offensive close merge delete

Comments

1

There are two possible approaches

  1. Create a hat detector using the traincascade interface and detect hats instead of faces
  2. Use a pretained face detector, run the detector and retrieve the detections, Then cut out an average hat region above the detection and run a hat/no-hat classifier on top of that region.
StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-21 04:28:40 -0600 )edit

Haha and what is the scientific addition of this? :D

StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-21 05:50:18 -0600 )edit