how to find the image block by block inverse DCT

1 view (last 30 days)
i used this code to divide an image to 8*8 blocks and then find the DCT transform of this image fun=@(block_struct)dct2(block_struct.data); H=(blockproc(h,[8 8],fun)); now I'm looking for inverse of this function so i can recover my original image please help me

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!