DCT

  • lesson title

    1. Introduction

    Introduction to DCT (Discrete Cosine Transform). Some revision notes on the cosine function.

  • lesson title

    2. One-Dimensional DCT

    This chapter explains the principles behind the DCT techniques.

  • lesson title

    3. 1D DCT

    We will learn how to compute the weights of a DCT as well as implementing a 1D DCT in C++. We will also show some results and explain what this technique can be used for.

  • lesson title

    4. 2D DCT

    Lets now implement a 2D DCT in C++ and show some results using our code.