Community Profile

photo

Prathyusha K


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Need help on my DCT and Quantization code for Image Compression.
I = imread('cameraman.tif'); I = double(I); T = dctmtx(8); % dct matrix dct = @(block_struct) T * block_struct.data * T...

6 years ago | 0