Prathyusha K
Followers: 0 Following: 0
Feeds
已回答
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...
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...
7 years 前 | 0