DOKK / manpages / debian 10 / facedetect / facedetect.1.en
FACEDETECT(1) User Commands FACEDETECT(1)

facedetect - simple face detector for batch processing

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

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.

Input image file

show this help message and exit
Extract only the biggest face
Extract only the best matching face
Print only the center coordinates
Query only (exit 0: face detected, 2: no detection)
Image output file
Add debugging metrics in the image output file

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

April 2016 facedetect 0.0.+20150428