Project 5

Compression of an Image

By Austin Alderete

Introduction

This project explores using the Discrete Cosine Transform (DCT) alongside a method of quantization to reduce the number of bits required to store a distinguishable image. In other words, the aim of this project will be to develop a method of image compression with information loss acceptable to the human eye. In particular, we will use the Discrete Cosine Transform and quantization to perform the compression. When we refer to the YQ matrix, we are refering to the quantitized transformed matrix. For more information on the DCT and its application, click here.

Main Problem
Conclusion

All told, the 2D-DCT was effectively used to carry out the compressions. The heavier the compression, the easier it is to store the data, but the more information is lost. However, the JPEG baseline applies a heavy compression with less human perceptive loss.