aboutsummaryrefslogtreecommitdiff
path: root/graphics/facedetect/pkg-descr
blob: 0df047529a928c5decbee7362854a4b77450270c (plain) (blame)
1
2
3
4
5
6
7
8
9
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.

WWW: https://www.thregr.org/~wavexx/software/facedetect/