Image warping

CS 248 - Introduction to Computer Graphics
Autumn Quarter, 2003
Marc Levoy
Lecture notes for Thursday, October 30


Table of contents:



As mentioned in class, the "gather" operation, i.e. gathering values from nearby texels (texture pixels), is only required if the texture is discrete. For procedural textures, one can typically request a value at any desired floating point (u,v) position. On the other hand, if we are minifying the texture, as described later in these notes, then one might still need to gather many samples in order to avoid aliasing, unless of course the texture generation procedure prefilters the texture internally.



Texture mapping is image resampling


Review of resampling pipeline




I didn't have time to cover these other filters in class. There is some discussion of them in Paul Heckbert's article, which I handed out. If you're interested in reading more about texture mapping and filters, Heckbert's Master's thesis (available from his home page, makes excellent reading.





levoy@cs.stanford.edu
Copyright © 2003 Marc Levoy
Last update: November 4, 2003 02:08:44 PM