this is the code of DCT image ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I = imread('lena.tif');
J = dct2(I);
imshow(J)
J is the dct of I ? can someone help me ?
0 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!