The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

facedetect.pl - detects faces from picture.

SYNOPSIS

facedetect.pl [options]

 Options:
   -c -cascade        cascade file
   -o -output         output filename
   -i -input          input filename
   -v -version        print version
   -h -help           print this help

 See also:
   perldoc Image::ObjectDetect

DESCRIPTION

Detects faces from picture.

AUTHOR

Jiro Nishiguchi <jiro@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.