facedetect 0.1-1 source package in Ubuntu

Changelog

facedetect (0.1-1) unstable; urgency=medium

  * New upstream version
  * Upstream now uses tags -> remove get-orig-source, adapt watch
  * debhelper 10

 -- Andreas Tille <email address hidden>  Wed, 21 Dec 2016 22:53:32 +0100

Upload details

Uploaded by:
Debian PhotoTools Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PhotoTools Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
facedetect_0.1-1.dsc 2.0 KiB 92a39550e1145920db7eaae1d098f7750159f2d483455e2c9f0a8c7b4ad00767
facedetect_0.1.orig.tar.gz 118.2 KiB d0e6814af5ffdb9bf064cfeb1fe78966fd98700e245650e3033dcdf64bf74f44
facedetect_0.1-1.debian.tar.bz2 2.7 KiB 4bf91d30ad1fdfdbf8c202936b9a73e61ee5b0070eed720c7bdcfa6f3884e5ea

Available diffs

No changes file available.

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.