Package pyvision :: Package tools :: Module face_scan
[hide private]
[frames] | no frames]

Module face_scan

source code

This tool scans a directory for image files and detects faces and eyes in those images. A CSV file is generated that has each face detection and ASEF eye coordinates for each face detection.

Functions [hide private]
 
parseOptions() source code
 
processFaces(im, face_detect, locate_eyes) source code
Variables [hide private]
  EXTENSIONS = ['PGM', 'PPM', 'BMP', 'JPG', 'JPEG', 'GIF', 'PNG'...
  __package__ = 'pyvision.tools'
Variables Details [hide private]

EXTENSIONS

Value:
['PGM', 'PPM', 'BMP', 'JPG', 'JPEG', 'GIF', 'PNG', 'TIF', 'TIFF']