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

Module SVMEyeDetector

source code

Classes [hide private]
  SVMEyeDetector
This class detects faces and then returns the detection rectangles and the eye coordinates.
  RegressionEyeLocator2
This class detects faces and then returns the detection rectangles and the eye coordinates.
  SVMEyeLocator2
This class detects faces and then returns the detection rectangles and the eye coordinates.
  KRREyeLocator2
This class detects faces and then returns the detection rectangles and the eye coordinates.
  _TestSVMEyeDetector
Functions [hide private]
 
SVMEyeDetectorFromDatabase(eyes_file, image_dir, training_set=None, training_size=1000, image_ext='.jpg', **kwargs)
Train a face finder using an Eye Coordanates file and a face dataset.
source code