Image Representation

Objective

The objective of the Image Representation lab is:

  1. to examine the difference of subsampling with and without aliasing,
  2. to implement convolution with basic kernels (e.g. a Gaussian kernel, a box filter, and a gradient kernel), and
  3. to build Gaussian and Laplacian image pyramids.
  4. [ADVANCED]
  5. to build a steerable pyramid (requires special kernels), and
  6. to modify the code such that it works with a live video, e.g. camera.


Software


Task