MATLAB: I want to find DCT of a gray scale image. How to do it

dct2

The gray scale image is divided into 8*8 blocks. How to find DCT of EACH 8*8 block and display dct of one block? Further, how to quantize the dct of each block?

Best Answer

blockproc() the dct2() call.
Related Question