Package pyvision :: Package face :: Module FilterEyeLocator :: Class FilterEyeLocator
[hide private]
[frames] | no frames]

Class FilterEyeLocator

source code

This class provides a PyVision interface to the ASEF eye locator.

Instance Methods [hide private]
 
__init__(self, filename=None, ilog=None)
Load the eye detector from the file.
source code
 
__call__(self, im, face_rects, ilog=None) source code
 
locateEyes(self, im, face_rects, ilog=None)
Finds the eyes in the image.
source code
Method Details [hide private]

locateEyes(self, im, face_rects, ilog=None)

source code 

Finds the eyes in the image.

Parameters:
  • im - full sized image
  • face_rects - list of rectangle which are the output from the cascade face detector.