Community Profile

photo

GOKUL REDDY


Last seen: quasi 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How can I take the DCT coefficients in each 8x8 block as an image?
I = imread('lenagray.jpg'); I = im2double(I); T = dctmtx(8); dct = @(block_struct) T * block_struct.data * T'; B = b...

quasi 4 anni fa | 0