- What is DCT?
DCT can be regarded as axis rotation because it is one of a family of distance preserving transforms. For example, when a image is processed by DCT, the total energy of the values remains constant but only the energy distribution has been changed into a few coefficients.
- How to calculate DCT's coefficients?


- Basis Functions


As a simple example, if F(0,0) is set to 256, and all the others are set to zero, every pixel in the block evaluates to 32. F(0,0) is also called DC coefficient, or a scaled average value of the block.
The basis functions represent 64 different arrays of pixel values. Given a set of DCT coefficients, the inverse transform operation consists of multiplying each basis function by its corresponding coefficient, the summing of the 64 sets of pixel values. The pixel values of the basis functions, and the different distribution of the values, mean that with an appropriate set of coefficients we can generate any pattern of pixel values.

If we take this inverse approach, the forward transform is the process of finding the set of 64 coefficients that, when multiplied by the 64 coefficients, yields the original 64 pixel values.
No comments:
Post a Comment