File: control

package info (click to toggle)
facedetect 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: python: 205; sh: 7; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: facedetect
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python3-all-dev
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/facedetect
Vcs-Git: https://salsa.debian.org/debian-phototools-team/facedetect.git
Homepage: https://www.thregr.org/~wavexx/software/facedetect/

Package: facedetect
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         libopencv-dev,
         python3,
         python3-opencv
Recommends: imagemagick
Description: 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.