CS460: Capstone Experience Project

IMAGE SCALING


Project Description:

Develop an algorithm for real-time bitmapped scaling that delivers good quality.


General Requirements:

  1. Use the smooth Bresenham nearest neighbor interpolation method developed by Thiadmer Riemeersma in Dr. Doob's Journal, May 2002.
  2. Also, incorporate a MIP mapping scheme as done in DDJ.
  3. Conduct experiements that measure the "quality" of this method over some others.
  4. Investigate ways to improve this method or develop your own algorithm.