フィルターのクリア

how to convert 8x8 matrix into image?

1 回表示 (過去 30 日間)
Abhinaya Rajasekaran
Abhinaya Rajasekaran 2015 年 1 月 21 日
編集済み: Mohammad Abouali 2015 年 1 月 23 日
i am doing project in dct...i hav taken an image converted it into 8x8 matrix...and compressed it using dct...now i want to convert the dct 8x8 matrix output back to image...pls help me in writing the code.

採用された回答

Mohammad Abouali
Mohammad Abouali 2015 年 1 月 21 日
編集済み: Mohammad Abouali 2015 年 1 月 21 日
do the inverse dct or idct().
  12 件のコメント
Image Analyst
Image Analyst 2015 年 1 月 23 日
You can also set the 'InitialMagnification' parameter in imshow to something like 800 or 1600 to show it larger, instead of calling imresize.
Mohammad Abouali
Mohammad Abouali 2015 年 1 月 23 日
編集済み: Mohammad Abouali 2015 年 1 月 23 日
Actually didn't know about that. That's very useful to know. Thank you.

サインインしてコメントする。

その他の回答 (2 件)

Abhinaya Rajasekaran
Abhinaya Rajasekaran 2015 年 1 月 22 日
I got the point that image is matrix of numbers...but i hav to show the image as output..not the matrix....how to display the matrix as image in matlab??

Abhinaya Rajasekaran
Abhinaya Rajasekaran 2015 年 1 月 22 日
I tried it i am not getting the image...getting some black grey and white colours only
  1 件のコメント
Mohammad Abouali
Mohammad Abouali 2015 年 1 月 22 日
Don't start a new answer. Continue on the comment.

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by