-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (118 loc) · 4.64 KB
/
index.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Research Results" name="description" />
<title>
Consistent Post-Reconstruction for Progressive Photon Mapping
</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css" />
<link href="utils/report.css" rel="stylesheet" />
</head>
<body>
<div class="content" id="content">
<h1 class="title">
Consistent Post-Reconstruction for Progressive Photon Mapping (Supplementary Material)
</h1>
<p class="authors">
Hajin Choi, Bochang Moon <br>
Gwangju Institute of Science and Technology
</p>
<h2>
Overview
</h2>
<p>
This material provides equal-time comparisons with the two
progressive photon mapping techniques (SPPM [1] and CPPM [2]) and a
recent post-reconstruction (DC [3]).
</p>
<p>
Click the images below.
</p>
<h2>
Equal-time Comparisons with SPPM and CPPM
</h2>
<div class="element-container">
<div class="report-preview">
<a href="equaltime_ppm/bookshelf/index.html">
<img class="report-thumb" src="equaltime_ppm/bookshelf/thumb.png" />
</a>
<br />
Bookshelf
</div>
<div class="report-preview">
<a href="equaltime_ppm/pool/index.html">
<img class="report-thumb" src="equaltime_ppm/pool/thumb.png" />
</a>
<br />
Pool
</div>
<div class="report-preview">
<a href="equaltime_ppm/breakfast-room/index.html">
<img class="report-thumb" src="equaltime_ppm/breakfast-room/thumb.png" />
</a>
<br />
Breakfast Room
</div>
<div class="report-preview">
<a href="equaltime_ppm/water/index.html">
<img class="report-thumb" src="equaltime_ppm/water/thumb.png" />
</a>
<br />
Water Caustic
</div>
</div>
<h2>
Equal-time Comparisons with DC
</h2>
<div class="element-container">
<div class="report-preview">
<a href="equaltime_dc/bookshelf/index.html">
<img class="report-thumb" src="equaltime_dc/bookshelf/thumb.png" />
</a>
<br />
Bookshelf
</div>
<div class="report-preview">
<a href="equaltime_dc/pool/index.html">
<img class="report-thumb" src="equaltime_dc/pool/thumb.png" />
</a>
<br />
Pool
</div>
<div class="report-preview">
<a href="equaltime_dc/breakfast-room/index.html">
<img class="report-thumb" src="equaltime_dc/breakfast-room/thumb.png" />
</a>
<br />
Breakfast Room
</div>
<div class="report-preview">
<a href="equaltime_dc/water/index.html">
<img class="report-thumb" src="equaltime_dc/water/thumb.png" />
</a>
<br />
Water Caustic
</div>
</div>
<p>
This viewer is a simplified one of an interactive viewer publicly released in [4].
</p>
<h2>
References
</h2>
<p>
[1] Toshiya Hachisuka and Henrik Wann Jensen. 2009. Stochastic progressive photon mapping. In <i>ACM
SIGGRAPH Asia 2009 papers</i> (<i>SIGGRAPH Asia '09</i>). Association for Computing Machinery, New York,
NY, USA, Article 141, 1–8.<br>
[2] Zehui Lin, Sheng Li, Xinlu Zeng, Congyi Zhang, Jinzhu Jia, Guoping Wang, and Dinesh Manocha. 2020. CPPM:
chi-squared progressive photon mapping. <i>ACM Trans. Graph.</i> 39, 6, Article 240 (December 2020), 12
pages.<br>
[3] Jonghee Back, Binh-Son Hua, Toshiya Hachisuka, and Bochang Moon. 2020. Deep combiner for independent and
correlated pixel estimates. <i>ACM Trans. Graph.</i> 39, 6, Article 242 (December 2020), 12 pages.<br>
[4] Joey Litalien, interactive-viewer, GitHub repository, https://github.com/joeylitalien/interactive-viewer
</p>
</div>
</body>
</html>