-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (231 loc) · 14.7 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Weilun Sun</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen, projection, tv" />
<link rel="stylesheet" href="css/style-print.css" type="text/css" media="print" />
<style type="text/css">
<!--
.STYLE27 {font-family: "华文行楷"}
.STYLE37 {
font-size: 16px;
font-weight: bold;
}
.STYLE38 {
font-family: Rod;
font-weight: bold;
font-size: 14px;
}
.STYLE39 {
font-family: "SketchFlow Print";
font-weight: bold;
font-size: 20px;
color: #FF9900;
}
.STYLE40 {
font-size: 20px;
font-weight: bold;
}
.STYLE42 {font-family: "SketchFlow Print"; font-weight: bold; font-size: 20px; color: #9900FF; }
-->
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins && plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "") flashVer = -1;
else{
var descArr = desc.split(" ");
var tempArrMajor = descArr[2].split(".");
var verMajor = tempArrMajor[0];
var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
flashVer = parseFloat(verMajor + "." + verMinor);
}
}
// WebTV has Flash Player 4 or lower -- too low for video
else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
var verArr = reqVerStr.split(",");
var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
if (flashVer < reqVer){
if (confirm(msg))
window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
}
}
}
</script>
</head>
<body onload="MM_CheckFlashVersion('7,0,0,0','本页内容需要使用较新的 Macromedia Flash Player 版本。是否现在下载它?');">
<div id="wrapper">
<div class="title">
<div class="title-top">
<div class="title-left">
<div class="title-right">
<div class="title-bottom">
<div class="title-top-left">
<div class="title-bottom-left">
<div class="title-top-right">
<div class="title-bottom-right">
<h1><a href="http://all-free-download.com/free-website-templates/"><span>WEILUN SUN (<span class="STYLE27">孙伟伦</span>)</span></a></h1>
<p> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="noscreen" />
<div class="content">
<div class="column-left">
<h3>MENU</h3>
<a href="#skip-menu" class="hidden">Skip menu</a>
<ul class="menu">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="cool_stuff.html">Cool Stuff</a></li>
</ul>
</div>
<div id="skip-menu"></div>
<div class="column-right">
<div class="box">
<div class="box-top"></div>
<div class="box-in">
<table width="872" border="0">
<tr>
<td width="245"><span class="STYLE39"><img src="images/me.jpg" alt="" width="245" height="297" /></span></td>
<td width="617" align="left"><h2 class="STYLE39">Welcome to my website!</h2>
<p class="STYLE38">Hi, I am Weilun Sun, a PhD student in EECS department at UC Berkeley. I am now conducting research in rendering and advised by <a href="http://cseweb.ucsd.edu/~ravir/">Prof. Ravi Ramamoorthi</a>. My CV is <a href="data/CV.pdf">here</a>.</p>
<p class="STYLE38">Before that, I was an undergraduate student in Computer Science & Technology Department at Tsinghua University. I did some rendering research under the guidance of <a href="http://cg.cs.tsinghua.edu.cn/people/~kun/">Dr. Kun Xu</a>. Some images I rendered are shown in <a href="cool_stuff.html#rendered_images" target="_blank">Cool Stuff</a>.</p></td>
</tr>
</table>
<p class="STYLE38"><span class="STYLE39">Contact me</span></p>
<p class="STYLE38">Email: sunweilunjwilson(at)berkeley.edu </p>
<p class="STYLE38"> </p>
<p class="STYLE38"><span class="STYLE42">Check out my soccer freestyle videos in <a href="cool_stuff.html">Cool Stuff</a>!</span></p>
<h2> </h2>
<h2><img src="images/arrow.png" alt="" width="32" height="32" align="absmiddle" /><span class="STYLE40">Publications</span></h2>
<table width="863" border="0">
<tr>
<td width="211" height="247"><img src="images/paper/asg_thumb.png" alt="" width="200" height="160" /></td>
<td width="642"><span class="STYLE37">Anisotropic Spherical Gaussians</span><br />
<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/">Kun Xu</a>, <strong>Wei-Lun Sun</strong>, <a href="http://www.graphics.cornell.edu/~zd/">Zhao Dong</a>, Dan-Yong Zhao, Run-Dong Wu, <a href="http://cg.cs.tsinghua.edu.cn/prof_hu.htm">Shi-Min Hu</a><br />
ACM Transactions on Graphics 32(6), 209:1 - 209:11, 2013. (Proceedings of SIGGRAPH Asia 2013). <br />
<br />
We present a novel <strong><em>Anisotropic Spherical Gaussian</em></strong> (ASG) function, built upon the Bingham distribution [<a href="http://www.jstor.org/stable/2958339">Bingham 1974</a>], which is much more effective and efficient in representing anisotropic spherical functions than Spherical Gaussians (SGs). In addition to retaining many desired properties of SGs, ASGs are also rotationally invariant and capable of representing all-frequency signals. To further strengthen the properties of ASGs, we have derived approximate closed-form solutions for their integral, product and convolution operators, whose errors are nearly negligible, as validated by quantitative analysis. Supported by all these operators, ASGs can be adapted in existing SG-based applications to enhance their scalability in handling anisotropic effects. To demonstrate the accuracy and efficiency of ASGs in practice, we have applied ASGs in two important SG-based rendering applications and the experimental results clearly reveal the merits of ASGs. <br />
<br />
[<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/asg/index.htm">project page</a>] [<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/asg/paper_asg.pdf">paper 2.3M</a>] [<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/asg/supplemental_asg.pdf">supplemental 1.7M</a>] [<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/asg/video_asg.avi">video 45.8M</a>] [<a href="javascript:" onclick="bibtex_display(this,11);">bibtex</a>]</td>
</tr>
<tr>
<td><img src="images/paper/sketch2scene_thumb.jpg" alt="" width="200" height="200" /></td>
<td><span class="STYLE37">Sketch2Scene: Sketch-based Co-retrieval and Co-placement of 3D Models</span><br />
<a href="http://cg.cs.tsinghua.edu.cn/people/~kun/">Kun Xu</a>, Kang Chen, <a href="http://sweb.cityu.edu.hk/hongbofu/">Hongbo Fu</a>, <strong>Wei-Lun Sun</strong>, <a href="http://cg.cs.tsinghua.edu.cn/prof_hu.htm">Shi-Min Hu</a><br />
ACM Transactions on Graphics 32(4), 123:1-123:12, 2013. (Proceedings of SIGGRAPH 2013). <br />
<br />
This work presents <em><strong>Sketch2Scene</strong></em>, a framework that automatically turns a freehand sketch drawing inferring multiple scene objects to semantically valid, well arranged scenes of 3D models. Unlike the existing works on sketch-based search and composition of 3D models, which typically process individual sketched objects one by one, our technique performs co-retrieval and co-placement of 3D relevant models by jointly processing the sketched objects. This is enabled by summarizing functional and spatial relationships among models in a large collection of 3D scenes as structural groups. Our technique greatly reduces the amount of user intervention needed for sketch-based modeling of 3D scenes and fits well into the traditional production pipeline involving concept design followed by 3D modeling. A pilot study indicates that it is promising to use our technique as an alternative but more efficient tool of standard 3D modeling for 3D scene construction. <br />
<br />
[<a href="http://cg.cs.tsinghua.edu.cn/sketch2scene/">project page</a>] [<a href="http://cg.cs.tsinghua.edu.cn/sketch2scene/sketch2scene_paper.pdf">paper 6.1M</a>] [<a href="http://cg.cs.tsinghua.edu.cn/sketch2scene/sketch2scene_ppt_no_video.pptx">pptx 33.0M</a>] [<a href="http://cg.cs.tsinghua.edu.cn/sketch2scene/sketch2scene_supplemental_document.pdf">supplemental 4.4M</a>] [<a href="http://cg.cs.tsinghua.edu.cn/sketch2scene/[SIG13][sketch2scene].avi">video 12.5M</a>] [<a href="javascript:" onclick="bibtex_display(this,8);">bibtex</a>]</td>
</tr>
</table>
<h2> </h2>
<h2><img src="images/arrow.png" alt="" width="32" height="32" align="absmiddle" /><span class="STYLE40">Presentations</span></h2>
<table width="860" border="0">
<tr>
<td width="645"><a href="http://sa2013.siggraph.org/en/attendees/technical-papers.html?view=session&type=techpapers&sessionid=35">SIGGRAPH Asia 2013 Technical Paper (<em>Anisotropic Spherical Gaussians</em>) </a></td>
<td width="205">Nov. 22, 2013 </td>
</tr>
<tr>
<td>SIGGRAPH Asia 2013 Fast Forward (<em>Anisotropic Spherical Gaussians</em>) </td>
<td>Nov. 19, 2013 </td>
</tr>
</table>
<p> </p>
<h2><img src="images/arrow.png" alt="" width="32" height="32" align="absmiddle" /><span class="STYLE40">Small Projects</span></h2>
<table width="861" border="0">
<tr>
<td width="158" height="137"><div align="center"><img src="images/project/retriever.png" alt="" width="128" height="128" /></div></td>
<td width="705"><p>A shape retriever and GUI based on SIGGRAPH 2012 paper <a href="http://cybertron.cg.tu-berlin.de/eitz/projects/sbsr/"><em>Sketch-based Shape Retrieval</em></a>.</p>
<p>(Click <a href="data/small project/RetrieverUI.rar">here</a> to download executable file)</p></td>
</tr>
<tr>
<td height="119"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="160" height="160" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=images/project/shooter&autoPlay=true&autoRewind=true" />
<param name="swfversion" value="8,0,0,0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="160" height="160">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=images/project/shooter&autoPlay=true&autoRewind=true" />
<param name="swfversion" value="8,0,0,0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div></td>
<td><p>A basketball shooting game based on a simple physics engine I developed. </p>
<p>(Click <a href="data/small project/shooter.rar">here</a> to download executable file)</p></td>
</tr>
</table>
<p> </p>
</div>
</div>
<div class="box-bottom">
<hr class="noscreen" />
</div>
</div>
<div class="cleaner"> </div>
</div>
</div>
<div align=center></div>
<script language="javascript" type="text/javascript" src="http://js.users.51.la/16610300.js"></script>
<noscript></noscript>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9447463;
var sc_invisible=0;
var sc_security="5db8de48";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="click tracking"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/9447463/0/5db8de48/0/"
alt="click tracking"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
<script type="text/javascript">
swfobject.registerObject("FLVPlayer");
</script>
</body>
</html>