Skip to main content

Introduction

Assignment 3: Imaging

This assignment focuses on working with images and pixels.

We will look at three different kinds of image operations:

  • Pointwise transformations apply to every pixel separately. We will use these operations to convert raw sensor data into the stunningly realistic images you take for granted every day...
  • Convolutions involve replacing every pixel with a weighted sum of the pixels in its immediate neighborhood. We will use convolutions to blur and sharpen images.
  • Image warping involves moving content around in an image. We will apply simple image warping operations to rotate images and correct for the distortion of wide-angle lenses.

Sections: