logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

facedetect - simple face detector for batch processing

Author

       This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage
       of the program.

facedetect 0.0.+20150428                           April 2016                                      FACEDETECT(1)

Description

       Facedetect  is  a  simple  face detector for batch processing. It answers the basic question: "Is there a
       face in this image?" and gives back either an exit code or the coordinates of each detected face  in  the
       standard output.

       The aim is to provide a basic command-line interface that's consistent and easy to use with software such
       as ImageMagick, while progressively improving the detection algorithm over time.

       facedetect  is  used  in software such as fgallery to improve the thumbnail cutting region, so that faces
       are always centered.

Name

       facedetect - simple face detector for batch processing

Options

positionalarguments:
       file   Input image file

   optionalarguments:-h, --help
              show this help message and exit

       --biggest
              Extract only the biggest face

       --best Extract only the best matching face

       -c, --center
              Print only the center coordinates

       -q, --query
              Query only (exit 0: face detected, 2: no detection)

       -o OUTPUT, --output OUTPUT
              Image output file

       -d, --debug
              Add debugging metrics in the image output file

Synopsis

facedetect [-h] [--biggest] [--best] [-c] [-q] [-o OUTPUT] [-d] file

See Also