facedetect 0.1-2build3 source package in Ubuntu

Changelog

facedetect (0.1-2build3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:07:15 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian PhotoTools Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
facedetect_0.1.orig.tar.gz 118.2 KiB d0e6814af5ffdb9bf064cfeb1fe78966fd98700e245650e3033dcdf64bf74f44
facedetect_0.1-2build3.debian.tar.bz2 148.2 KiB 1217dac99e7d6ea0f4aa9e677e056fd9738d3eaa4a99ea1e49fca4f96f839638
facedetect_0.1-2build3.dsc 2.0 KiB c2ce0f27e4a8f3e550fe261c033a5d43685d2bdf797a26fda92c251dbbbe93c9

Available diffs

View changes file

Binary packages built by this source

facedetect: simple face detector for batch processing

 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.