File: control

package info (click to toggle)
enblend-enfuse 4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,652 kB
  • sloc: cpp: 24,274; sh: 4,319; perl: 1,124; makefile: 545; ansic: 505; lisp: 276
file content (72 lines) | stat: -rw-r--r-- 3,432 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: enblend-enfuse
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Sebastian Harl <tokkee@debian.org>, Andreas Metzler <ametzler@debian.org>
Build-Depends: debhelper (>= 10),
 libtiff-dev, libboost-dev (>= 1.55), liblcms2-dev (>= 2.5),
 zlib1g-dev, libjpeg-dev, libpng-dev, libopenexr-dev, pkg-config, help2man,
 perl, gnuplot,
 libvigraimpex-dev (>= 1.8.0+dfsg-2), libgsl-dev,
 imagemagick, m4, hevea, graphviz,
 texlive-latex-base, texlive-latex-extra, texlive-latex-recommended,
 texlive-extra-utils, librsvg2-bin, texlive-font-utils, texlive-fonts-extra,
 libreadonly-perl
# texlive-latex-base for pdflatex,
# texlive-latex-extra for bold-extra, enumitem, hyphenat, shorttoc, suffix,
#     xstring
# texlive-latex-recommended for footnote, index, listings, microtype, ragged2e
# texlive-extra-utils for texloganalyser
# texlive-font-utils for repstopdf
Standards-Version: 4.1.4
Homepage: http://enblend.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian-phototools-team/enblend-enfuse.git
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/enblend-enfuse

Package: enblend
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: hugin
Enhances: hugin
Description: image blending tool
 Enblend is a tool for compositing images. Given a set of images that overlap
 in some irregular way, Enblend overlays them in such a way that the seam
 between the images is invisible, or at least very difficult to see. It can,
 for example, be used to blend a panorama composed of several images.
 .
 It uses a Burt & Adelson multi-resolution spline. This technique tries to
 make the seams between the input images invisible. The basic idea is that
 image features should be blended across a transition zone proportional in
 size to the spatial frequency of the features. For example, objects like
 trees and windowpanes have rapid changes in color. By blending these
 features in a narrow zone, you will not be able to see the seam because the
 eye already expects to see color changes at the edge of these features.
 Clouds and sky are the opposite. These features have to be blended across a
 wide transition zone because any sudden change in color will be immediately
 noticeable.
 .
 Enblend does not align images for you. Use a tool like Hugin or PanoTools to
 do this. The TIFFs produced by these programs are exactly what Enblend is
 designed to work with.

Package: enfuse
Architecture: any
Depends: ${shlibs:Depends},${misc:Depends}
Recommends: hugin
Enhances: hugin
Description: image exposure blending tool
 Enfuse blends differently exposed images of the same scene into a nice output
 image, without producing intermediate HDR images that are then tonemapped to a
 viewable image. This simplified process often works much better and quicker
 than the currently known tonemapping algorithms.
 .
 The exposure blending is done using the Mertens-Kautz-Van Reeth exposure
 fusion algorithm. The basic idea is that pixels in the input images are
 weighted according to qualities such as proper exposure, good contrast, and
 high saturation. These weights determine how much a given pixel will
 contribute to the final image.
 .
 Enfuse does not align images for you. Use a tool like Hugin or PanoTools to do
 this. The TIFFs produced by these programs are exactly what Enfuse is designed
 to work with.