File: tmap_ref_ferradans.html

package info (click to toggle)
luminance-hdr 2.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,632 kB
  • sloc: cpp: 42,160; ansic: 892; xml: 87; makefile: 38; sh: 12
file content (43 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Luminance HDR User Manual — Tonemapping operators reference — Ferradans</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>

<h2>Ferradans</h2>

The implementation of a tone mapping operator as described in:

<DL COMPACT>
<DT><DD>
S. Ferradans, M. Bertalmio, E. Provenzi and V. Caselles
<DT><DD>
An analysis of visual adaptation and contrast perception for tone mapping.
<DT><DD>
In: Trans. on Pattern Analysis and Machine Intelligence, 2011.

</DL>
<P>

Note that this operator does NOT usually require gamma correction.
<P>

<A NAME="lbAE">&nbsp;</A>
<H3>OPTIONS</H3>

<DL COMPACT>
<DT><B>Rho</B><DD>
<P>
Controls over all lightness(related to the adaptation level), the greater the value the brighter the final image. Default value: -2
<DT><B>Inverse Alpha</B><DD>
<P>
Controls the level of detail, the higher the value the bigger the level of detail enhancement. Default value: 5

</body>
</html>