<html>
<head>
<title>
Sampling, aliasing, and antialiasing (part III)
</title>
</head>
<body>

<h2>
Sampling, aliasing, and antialiasing (part III)
</h2>

<blockquote>
CS 248 - Introduction to Computer Graphics
<br>
Spring Quarter, 1995
<br>
Marc Levoy
<br>
Lecture notes for Thursday, May 4
<br>
</blockquote>


<p>
<hr>

<h3>Table of contents:</h3>
<ul>
<li>	Sampling patterns
	<ol>
	<li>	<a href="#Regular rectangular">
		Regular rectangular</a>
	<li>	<a href="#Stochastic">
		Stochastic</a>
	</ol>
<li>	Polygon filtering algorithms
	<ul>
	<li>	Choice of filters
		<ol>
		<li>	<a href="#Unweighted area sampling">
			Unweighted area sampling</a>
		<li>	<a href="#Weighted area sampling">
			Weighted area sampling</a>
		</ol>
	<li>	<a href="#Assumptions">
		Assumptions</a>
	<li>	Algorithms
		<ol>
		<li>	<a href="#Exact area integration">
			Exact area integration</a>
		<li>	<a href="#Exact volume integration">
			Exact volume integration</a>
		</ol>
	<li>	<a href="#Relative costs of supersampling versus filtering">
		Relative costs of supersampling versus filtering</a>
	</ul>
</ul>

<p>
Press here for <a href="samp1.html">part I</a> of this lecture.
<br>
Press here for <a href="samp2.html">part II</a> of this lecture.

<p>
<hr>

<a name="Regular rectangular"></a>
<img src="samp15.gif">
<hr>

<a name="Stochastic"></a>
<img src="samp16.gif">
<hr>

<a name="Unweighted area sampling"></a>
<img src="samp19.gif">
<hr>

<a name="Weighted area sampling"></a>
<img src="samp20.gif">
<hr>

<a name="Assumptions"></a>
<img src="samp21.gif">
<hr>

<a name="Exact area integration"></a>
<img src="samp22.gif">
<hr>

<a name="Exact volume integration"></a>
<img src="samp23.gif">
<hr>

<a name="Relative costs of supersampling versus filtering"></a>
<img src="samp24.gif">
<hr>

<address>
levoy@cs.stanford.edu
</address>
Friday, 20-Feb-1998 13:46:37 PST

</body>
</html>
