this is the code of DCT image ?
2 views (last 30 days)
Show older comments
I = imread('lena.tif');
J = dct2(I);
imshow(J)
J is the dct of I ? can someone help me ?
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!