Research Article

Optimized Periocular Template Selection for Human Recognition

Algorithm 2

Open_Eye_Detection.
Require: : RGB face image of size , : Binary face image indicating skin-map
Ensure: : Binary face image indicating open eye regions
 (1) Convert RGB image to color space
 (2) Normalize to where denotes value for the pixel ( , )
 (3) = Set of connected components in
 (4)
 (5) For each connected component in , repeat Step 5 to 8
 (6)
 (7) For each pixel ( , ) in , the value of is updated as,
  
 (8) if = Number of pixels in , then do
  (Removal of the th connected component)
 (9) return EM