Research Article

Optimized Periocular Template Selection for Human Recognition

Algorithm 1

Skin_Detection.
Require: : RGB face image of size
Ensure: : Binary face image indicating skin-map
 (1) Convert RGB image to color space
 (2) Normalize to where denotes value for the pixel ( , )
 (3) Compute the average luminance value of image as
  
 (4) Brightness compensated image is obtained as
  where, and and
  
 (5) The skin map is detected from as
  
  where indicates skin region and indicates non-skin regions
 (6) return